Refactor/new menu item (#1448)
* wip * finished * Added disabled * Fixed disabled * Finished cleaning * Minor fixes from merge * Added docs * Added PascalCase * Fix from review * Fixes from merge * Fix lint * Fixed storybook tests
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import { ComponentType } from 'react';
|
||||
import { FunctionComponent } from 'react';
|
||||
|
||||
export type IconComponent = ComponentType<{ size: number }>;
|
||||
export type IconComponent = FunctionComponent<{ size?: number }>;
|
||||
|
||||
Reference in New Issue
Block a user