You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
627 B

1 month ago
  1. import Dropdown from './src/dropdown.vue';
  2. import DropdownItem from './src/dropdown-item.vue';
  3. import DropdownMenu from './src/dropdown-menu.vue';
  4. import type { SFCWithInstall } from 'element-plus/es/utils';
  5. export declare const ElDropdown: SFCWithInstall<typeof Dropdown> & {
  6. DropdownItem: typeof DropdownItem;
  7. DropdownMenu: typeof DropdownMenu;
  8. };
  9. export default ElDropdown;
  10. export declare const ElDropdownItem: SFCWithInstall<typeof DropdownItem>;
  11. export declare const ElDropdownMenu: SFCWithInstall<typeof DropdownMenu>;
  12. export * from './src/dropdown';
  13. export * from './src/instance';
  14. export * from './src/tokens';