@cmk/fe_utils
Version:
frontend utility library
13 lines (11 loc) • 342 B
TypeScript
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;
};