mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-08 07:30:45 +03:00
2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
|
export const POSITIONS = ['left', 'top', 'right', 'bottom'] as const;
|