UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

17 lines (16 loc) 548 B
import "../../utils/index.mjs"; import r from "./src/Crud.mjs"; import { COLUMN_TYPE_FIELDS as p, EXCLUDE_FORM_PROPS_KEYS as s, FILTER_TABLE_KEYS as f, crudProps as i, crudProvideKey as u, formKeys as K, tableKeys as L } from "./src/props.mjs"; import { withInstall as o } from "../../utils/withInstall.mjs"; const m = o(r); export { p as COLUMN_TYPE_FIELDS, s as EXCLUDE_FORM_PROPS_KEYS, f as FILTER_TABLE_KEYS, i as crudProps, u as crudProvideKey, m as default, K as formKeys, L as tableKeys }; //# sourceMappingURL=index.mjs.map