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; 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;

Loading…
Cancel
Save