oak-general-business/lib/components/my/avatar/index.d.ts

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;