UNPKG

@cmk/fe_utils

Version:
13 lines (11 loc) 342 B
import { ChipWrapperProps } from './ChipWrapper'; export declare const chipEditorComponentDef: { type: "Chip"; props: { label: string; }; icon: string; category: "basic"; component: (props: ChipWrapperProps) => import("react/jsx-runtime").JSX.Element; schema: import('../..').ExtendedObjectSchemaType; };