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) 610 B
import "../../../../node_modules/.pnpm/lodash-unified@1.0.3_@types_lodash-es@4.17.12_lodash-es@4.17.21_lodash@4.17.21/node_modules/lodash-unified/import.mjs"; import { FORM_FILTER_KEYS as m } from "../props.mjs"; import { useFormSize as t } from "../../../../hooks/useFormSize.mjs"; import { computed as i } from "vue"; import e from "../../../../node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.mjs"; const F = (o) => { const r = t(); return { formConfig: i(() => ({ size: r.value, ...e(o, m) })) }; }; export { F as useFormConfig }; //# sourceMappingURL=useFormConfig.mjs.map