21 lines
594 B
TypeScript
21 lines
594 B
TypeScript
/// <reference types="react" />
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<false, {
|
|
shape: {
|
|
type: StringConstructor;
|
|
value: string;
|
|
};
|
|
size: {
|
|
type: NumberConstructor;
|
|
optionalTypes: (StringConstructor | NumberConstructor)[];
|
|
};
|
|
iconColor: {
|
|
type: StringConstructor;
|
|
value: string;
|
|
};
|
|
iconName: {
|
|
type: StringConstructor;
|
|
value: string;
|
|
};
|
|
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|