oak-general-business/es/components/common/tabBar/index.d.ts

22 lines
746 B
TypeScript

declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../oak-app-domain").EntityDict, keyof import("../../../oak-app-domain").EntityDict, false, {
backgroundColor: string;
backgroundUrl: string;
selectedIndex: number;
list: {
redDot: boolean;
text: string;
pagePath: string;
iconName?: string | undefined;
selectedIconName?: string | undefined;
iconPath?: string | undefined;
selectedIconPath?: string | undefined;
iconSize?: string | undefined;
}[];
color: string;
selectedColor: string;
border: boolean;
selectedIconPath: string;
iconPath: string;
}>) => React.ReactElement;
export default _default;