UNPKG

501 BTypeScriptView Raw
1/// <reference types="react" />
2import { WithIconWrapperProps } from './withIcon';
3export declare type Props = WithIconWrapperProps;
4declare function FakeIcon(props: Props): JSX.Element;
5declare namespace FakeIcon {
6 var defaultProps: {
7 accessibilityLabel: string;
8 color: string;
9 decorative: boolean;
10 flip: boolean;
11 flipVertical: boolean;
12 inline: boolean;
13 size: string;
14 };
15}
16export default FakeIcon;
17//# sourceMappingURL=FakeIcon.d.ts.map
\No newline at end of file