UNPKG

@uiw-admin/components

Version:
7 lines (6 loc) 306 B
import React from 'react'; import { ProFormProps, UseFormProps } from './type'; import './style/form-item.css'; export * from './type'; declare const _default: React.ForwardRefExoticComponent<ProFormProps & React.RefAttributes<Partial<React.LegacyRef<UseFormProps>> | undefined>>; export default _default;