UNPKG

@ywfe/materials-design

Version:
12 lines (7 loc) 307 B
import { IProps } from '../../types'; // import FormItemProps from './form-item-props'; import FormBaseProps from './form-base-props'; import buttonProps from './button-props'; // export { FormItemProps, FormBaseProps }; const props: IProps[] = [...FormBaseProps, ...buttonProps]; export default props;