tdesign-mobile-vue
Version:
tdesign-mobile-vue
1 lines • 967 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../src/dropdown-menu/index.ts"],"sourcesContent":["import _DropdownMenu from './dropdown-menu';\nimport _DropdownItem from './dropdown-item';\nimport { withInstall, WithInstallType } from '../shared';\n\nimport './style';\n\nimport { TdDropdownMenuProps, TdDropdownItemProps } from './type';\n\nexport * from './type';\nexport type DropdownMenuProps = TdDropdownMenuProps;\nexport type DropdownItemProps = TdDropdownItemProps;\n\nexport const DropdownMenu: WithInstallType<typeof _DropdownMenu> = withInstall(_DropdownMenu);\nexport const DropdownItem: WithInstallType<typeof _DropdownItem> = withInstall(_DropdownItem);\nexport default DropdownMenu;\n"],"names":["DropdownMenu","withInstall","_DropdownMenu","DropdownItem","_DropdownItem"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAYaA,YAAA,GAAsDC,YAAYC,aAAa,EAAA;IAC/EC,YAAA,GAAsDF,YAAYG,aAAa;;;;"}