15 lines
554 B
TypeScript
15 lines
554 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, {
|
|
bgColor: string;
|
|
bgImg: string;
|
|
selectedIndex: number;
|
|
list: {
|
|
redDot: boolean;
|
|
text: string;
|
|
pagePath: string;
|
|
}[];
|
|
color: string;
|
|
selectedColor: string;
|
|
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|