mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
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