Skip to content

Commit

Permalink
update define
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 20, 2019
1 parent 7a8e26c commit be0cf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon/index.tsx
Expand Up @@ -33,7 +33,7 @@ export interface CustomIconComponentProps {
style?: React.CSSProperties;
spin?: boolean;
rotate?: number;
['aria-hidden']?: boolean | 'true' | 'false';
['aria-hidden']?: React.AriaAttributes['aria-hidden'];
}

export type ThemeType = 'filled' | 'outlined' | 'twoTone';
Expand Down

0 comments on commit be0cf96

Please sign in to comment.