UNPKG

@itgold/grandbazar-ui-kit

Version:

Grandbazar.io UI component library: React, Typescript, Tailwind, Rollup, Storybook, Jest.

7 lines (6 loc) 116 B
export type TSelectOption = { value: string; label: string; icon?: React.ReactNode; fieldColor?: string; };