mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-05-05 15:43:43 +03:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
export const options = [
|
|
{ value: 'one', label: 'One' },
|
|
{ value: 'two', label: 'Two' },
|
|
{ value: 'hundred', label: 'One hundred' }
|
|
];
|