10 lines
443 B
TypeScript
10 lines
443 B
TypeScript
/// <reference types="react" />
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../general-app-domain").EntityDict, keyof import("../../general-app-domain").EntityDict, false, {
|
|
type: string;
|
|
size: string | number;
|
|
color: string;
|
|
name: string;
|
|
larger: string;
|
|
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|