@chamn/engine
Version:
8 lines (7 loc) • 335 B
TypeScript
import { SetterType } from '@chamn/model';
import { CFieldProps } from '../Form/Field';
export declare const CFiledWithSwitchSetter: (props: Omit<CFieldProps, "children"> & {
setterList: SetterType[];
onSetterChange?: (setterName: string) => void;
defaultSetterName?: string;
}) => import("react/jsx-runtime").JSX.Element;