Fix IconButton prop types in glitch-soc

th-downstream
Claire 1 year ago
parent d8cae2752c
commit a0047223a5

@ -21,7 +21,7 @@ type Props = {
animate: boolean;
overlay: boolean;
tabIndex: number;
label: string;
label?: string;
counter?: number;
obfuscateCount?: boolean;
href?: string;

Loading…
Cancel
Save