29 lines
714 B
TypeScript
29 lines
714 B
TypeScript
/// <reference types="react" />
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<false, {
|
|
bgColor: {
|
|
type: StringConstructor;
|
|
value: string;
|
|
};
|
|
bgImg: {
|
|
type: StringConstructor;
|
|
value: string;
|
|
};
|
|
selectedIndex: {
|
|
type: NumberConstructor;
|
|
value: number;
|
|
};
|
|
list: {
|
|
type: ArrayConstructor;
|
|
value: never[];
|
|
};
|
|
color: {
|
|
type: StringConstructor;
|
|
value: string;
|
|
};
|
|
selectedColor: {
|
|
type: StringConstructor;
|
|
value: string;
|
|
};
|
|
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|