Fix IconButton prop types in glitch-soc

This commit is contained in:
Claire 2023-05-09 21:11:23 +02:00
parent 6415981056
commit 8e806b6e88

View file

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