Fix IconButton prop types in glitch-soc
parent
6415981056
commit
8e806b6e88
|
@ -21,7 +21,7 @@ type Props = {
|
|||
animate: boolean;
|
||||
overlay: boolean;
|
||||
tabIndex: number;
|
||||
label: string;
|
||||
label?: string;
|
||||
counter?: number;
|
||||
obfuscateCount?: boolean;
|
||||
href?: string;
|
||||
|
|
Loading…
Reference in New Issue