UNPKG

@cmk/fe_utils

Version:
11 lines (9 loc) 311 B
import { AppBarWrapperProps } from './AppBarWrapper'; export declare const appBarDef: { type: "AppBar"; props: {}; icon: string; category: "surface"; schema: import('../..').ExtendedObjectSchemaType; component: (props: AppBarWrapperProps) => import("react/jsx-runtime").JSX.Element; };