UNPKG

ucc-ui

Version:

ucc-ui components library

8 lines (7 loc) 447 B
import { default as Dropdown } from './src/Dropdown.vue'; import { default as DropdownMenu } from './src/DropdownMenu.vue'; import { default as DropdownItem } from './src/DropdownItem.vue'; import { SFCWithInstall } from '../../utils'; export declare const UDropdown: SFCWithInstall<typeof Dropdown>; export declare const UDropdownMenu: SFCWithInstall<typeof DropdownMenu>; export declare const UDropdownItem: SFCWithInstall<typeof DropdownItem>;