fix: Icon size stroke in MenuItem (#1545)
* icon size change * stroke prop * lint fix * lint refix * wrong repo change
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { FunctionComponent } from 'react';
|
||||
|
||||
export type IconComponent = FunctionComponent<{ size?: number }>;
|
||||
export type IconComponent = FunctionComponent<{
|
||||
size?: number;
|
||||
stroke?: number;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user