UNPKG

@cmk/fe_utils

Version:
12 lines (10 loc) 492 B
import { NavContainerComponentPropertys } from '../../componentProperty'; export declare const navigationContainerDef: { type: "NavContainer"; props: {}; icon: string; category: "navigation"; schema: import('../..').ExtendedObjectSchemaType; component: (props: import('react').PropsWithChildren<import('./NavigationContainerWrapper').NavContainerWrapperProps & NavContainerComponentPropertys>) => import("react/jsx-runtime").JSX.Element; renderType: "custom"; };