Files
NSG_PORTAL_V2/definitions/feature-options.ts
MoreStrive 2aa5607c48 init
2024-05-30 18:06:50 +07:00

7 lines
223 B
TypeScript

export const featureOptions = [
{ title: 'Important', value: 'Important' },
{ title: 'Feature', value: 'Feature' },
{ title: 'Trending', value: 'Trending' },
{ title: 'Navigation', value: 'Navigation' },
];