oak-general-business/lib/components/icon-font-awesome/index.d.ts

26 lines
685 B
TypeScript

/// <reference types="react" />
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<false, {
type: {
type: StringConstructor;
value: string;
};
size: {
type: NumberConstructor;
optionalTypes: (StringConstructor | NumberConstructor)[];
value: number;
};
color: {
type: StringConstructor;
value: string;
};
name: {
type: StringConstructor;
value: string;
};
larger: {
type: StringConstructor;
value: string;
};
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;