@cainiaofe/cn-ui-m
Version:
5 lines (4 loc) • 304 B
TypeScript
/// <reference types="react" />
import type { CnDynamicFormProps, CnDynamicFormRef } from './types';
export declare const CnDynamicForm: import("react").ForwardRefExoticComponent<CnDynamicFormProps & import("react").RefAttributes<CnDynamicFormRef>>;
export type { CnDynamicFormProps, CnDynamicFormRef };