mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 03:11:36 +01:00
Fix IconButton prop types in glitch-soc
This commit is contained in:
parent
6415981056
commit
8e806b6e88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue