@ywfe/materials-design
Version:
YwDesign for lowcode
12 lines (7 loc) • 307 B
text/typescript
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;