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