dk-plus
Version:
8 lines (7 loc) • 619 B
TypeScript
import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Directive } from 'vue';
import type { Install } from '../_utils/withInstall';
export declare const DkTrigger: 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 DkTrigger;