xdesign-vue-next
Version:
XDesign Component for vue-next
1 lines • 501 B
Source Map (JSON)
{"version":3,"file":"const.mjs","sources":["../../src/dropdown/const.ts"],"sourcesContent":["import { InjectionKey } from 'vue';\nimport { DropdownOption } from './type';\n\nexport const injectKey: InjectionKey<{\n handleMenuClick: (data: DropdownOption, context: { e: MouseEvent }) => void;\n maxHeight: number;\n maxColumnWidth: number | string;\n minColumnWidth: number | string;\n}> = Symbol('dropdownProvider');\n"],"names":[],"mappings":";;;;;;AAGO,sCAAA,IAAA,SAAA,GAAA,MAAA,CAAA,kBAAA;;;;"}