UNPKG

@cmk/fe_utils

Version:
24 lines (22 loc) 759 B
import { CBottomNavigationProps } from '../../../../components/navigation/BottomNavigation'; import { CommonComponentPropertys } from '../../componentProperty'; export declare const BottomNavComponentDef: { type: "BottomNavigation"; props: { items: ({ value: string; label: string; isInitialValue: boolean; } | { value: string; label: string; isInitialValue?: undefined; })[]; }; state: string; icon: string; category: "navigation"; component: (props: CBottomNavigationProps & CommonComponentPropertys) => import("react/jsx-runtime").JSX.Element; schema: import('../..').ExtendedObjectSchemaType; renderType: "navigation"; };