UNPKG

@cmk/fe_utils

Version:
16 lines (14 loc) 462 B
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; };