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

22 lines
686 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;
selectedIconName?: string;
iconPath?: string;
selectedIconPath?: string;
iconSize?: string;
}[];
color: string;
selectedColor: string;
border: boolean;
selectedIconPath: string;
iconPath: string;
}>) => React.ReactElement;
export default _default;