{"version":3,"file":"vertical-layout.mjs","sources":["../../../../../../packages/components/vertical-layout/src/vertical-layout.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\r\n\r\nimport type { ExtractPropTypes } from 'vue'\r\nimport type VerticalLayout from './vertical-layout.vue'\r\n\r\n// 定义组件props\r\nexport const verticalLayoutProps = buildProps({\r\n  topHeight: {\r\n    type: definePropType<string | number>([String, Number]),\r\n    default: '40px',\r\n  },\r\n  verticalSpace: {\r\n    type: definePropType<string | number>([String, Number]),\r\n    default: '8px',\r\n  },\r\n} as const)\r\n\r\n// props\r\nexport type VerticalLayoutProps = ExtractPropTypes<typeof verticalLayoutProps>\r\n\r\n// instance\r\nexport type VerticalLayoutInstance = InstanceType<typeof VerticalLayout>\r\n"],"names":[],"mappings":";;;;AAMO,MAAM,sBAAsB,UAAA,CAAW;AAAA,EAC5C,SAAA,EAAW;AAAA,IACT,IAAA,EAAM,cAAA,CAAgC,CAAC,MAAA,EAAQ,MAAM,CAAC,CAAA;AAAA,IACtD,OAAA,EAAS;AAAA,GACX;AAAA,EACA,aAAA,EAAe;AAAA,IACb,IAAA,EAAM,cAAA,CAAgC,CAAC,MAAA,EAAQ,MAAM,CAAC,CAAA;AAAA,IACtD,OAAA,EAAS;AAAA;AAEb,CAAU;;;;"}