UNPKG

@uiw-admin/components

Version:
5 lines (4 loc) 169 B
import { ComFormProps } from './interface'; export * from './interface'; declare function ComForm<T = any>(props: ComFormProps<T>): JSX.Element; export default ComForm;