Fix IconButton prop types in glitch-soc
This commit is contained in:
@@ -21,7 +21,7 @@ type Props = {
|
|||||||
animate: boolean;
|
animate: boolean;
|
||||||
overlay: boolean;
|
overlay: boolean;
|
||||||
tabIndex: number;
|
tabIndex: number;
|
||||||
label: string;
|
label?: string;
|
||||||
counter?: number;
|
counter?: number;
|
||||||
obfuscateCount?: boolean;
|
obfuscateCount?: boolean;
|
||||||
href?: string;
|
href?: string;
|
||||||
|
Reference in New Issue
Block a user