UNPKG

@ywfe/materials-design

Version:
8 lines (6 loc) 257 B
// import FormItemProps from './form-item-props'; import FormBaseProps from "./form-base-props"; import buttonProps from "./button-props"; // export { FormItemProps, FormBaseProps }; var props = [].concat(FormBaseProps, buttonProps); export default props;