@ywfe/materials-design
Version:
YwDesign for lowcode
6 lines • 465 B
JavaScript
import YwButtonBaseProps from "./button-base-props";
import ModalBaseProps from "./modal-base-props";
import TableBaseProps from "./table-base-props";
import { BaseFormItemProps, FormItemsProps, primaryKeyConfig, layoutConfig } from "./json-form-base-props";
import { IPublicTypeSnippetMore } from "./interface";
export { YwButtonBaseProps, ModalBaseProps, TableBaseProps, BaseFormItemProps, FormItemsProps, primaryKeyConfig, layoutConfig, IPublicTypeSnippetMore };