UNPKG

dk-plus

Version:
8 lines (7 loc) 617 B
import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Directive } from 'vue'; import type { Install } from '../_utils/withInstall'; export declare const DkSelect: Install<DefineComponent<{}, {}, unknown, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>>; export declare const DkScroll: Install<{ directive: Install<Directive<any, any>>; }>; export default DkSelect;