UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 273 B
import React from 'react'; import type { CnDynamicFormProps } from '../types'; import { CnDynamicFormRef } from '../types/cn-dynamic-form-ref'; export declare const CnDynamicForm: React.ForwardRefExoticComponent<CnDynamicFormProps & React.RefAttributes<CnDynamicFormRef>>;