UNPKG

vue-selectpage

Version:

SelectPage for Vue, a select items components provides the list of items with pagination

19 lines (15 loc) 400 B
import { BaseProps, DropdownProps,CoreEmits, DropdownEmits } from './common' declare interface ISelectPageListCore { new (): { $props: BaseProps $emit: CoreEmits } } declare interface ISelectPageList { new (): { $props: DropdownProps $emit: DropdownEmits } } export declare const SelectPageListCore: ISelectPageListCore export declare const SelectPageList: ISelectPageList