@ywfe/materials-design
Version:
YwDesign for lowcode
7 lines (6 loc) • 467 B
TypeScript
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, };