@cmk/fe_utils
Version:
frontend utility library
16 lines (14 loc) • 462 B
TypeScript
import { CommonComponentPropertys } from '../../componentProperty';
export declare const buttonEditorComponentDef: {
type: "Button";
component: (props: import('../../../..').CButtonProps & CommonComponentPropertys & {
html_id: string;
}) => import("react/jsx-runtime").JSX.Element;
props: {
label: string;
};
state: false;
icon: string;
category: "basic";
schema: import('../..').ExtendedObjectSchemaType;
};