7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
|
|
export const featureOptions = [
|
||
|
|
{ title: 'Important', value: 'Important' },
|
||
|
|
{ title: 'Feature', value: 'Feature' },
|
||
|
|
{ title: 'Trending', value: 'Trending' },
|
||
|
|
{ title: 'Navigation', value: 'Navigation' },
|
||
|
|
];
|