UNPKG

@yxhc/whale

Version:

A Component Library for Vue 3

1 lines 526 B
{"version":3,"file":"form.mjs","sources":["../../../../../../packages/components/erm-form/src/form.ts"],"sourcesContent":["// 这里主要放置的是组件的props,及一些公共的方法\nimport type { ExtractPropTypes } from 'vue'\n\nexport const formProps = {\n title: {\n type: String,\n default: '',\n },\n}\nexport type formPropsType = ExtractPropTypes<typeof formProps>\n"],"names":[],"mappings":"AAAY,MAAC,SAAS,GAAG;AACzB,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH;;;;"}