redux-devtools/packages/redux-devtools-ui/src/Select/options.ts
2021-09-18 14:00:58 +00:00

6 lines
142 B
TypeScript

export const options = [
{ value: 'one', label: 'One' },
{ value: 'two', label: 'Two' },
{ value: 'hundred', label: 'One hundred' },
];