UNPKG

@cmk/fe_utils

Version:
24 lines (22 loc) 742 B
import { ButtonGroupProps } from '../../../../components/buttons/ButtonGroup'; import { CommonComponentPropertys } from '../../componentProperty'; export declare const buttonGroupEditorComponentDef: { type: "ButtonGroup"; props: { items: ({ value: string; label: string; isInitialValue: boolean; } | { value: string; label: string; isInitialValue?: undefined; })[]; }; state: string; icon: string; category: "navigation"; component: (props: ButtonGroupProps & CommonComponentPropertys) => import("react/jsx-runtime").JSX.Element; schema: import('../..').ExtendedObjectSchemaType; renderType: "navigation"; };