New MenuItem components (#1389)
* wip * Finished * Fix from review * Fix lint * Fixed toggle
This commit is contained in:
@ -23,6 +23,7 @@ export {
|
||||
IconCheckbox,
|
||||
IconChevronDown,
|
||||
IconChevronLeft,
|
||||
IconChevronRight,
|
||||
IconChevronsRight,
|
||||
IconCircleDot,
|
||||
IconCirclePlus,
|
||||
|
||||
3
front/src/modules/ui/icon/types/IconComponent.ts
Normal file
3
front/src/modules/ui/icon/types/IconComponent.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { ComponentType } from 'react';
|
||||
|
||||
export type IconComponent = ComponentType<{ size: number }>;
|
||||
Reference in New Issue
Block a user