UNPKG

dk-plus

Version:
7 lines (6 loc) 611 B
import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils/withInstall'; import shadow from "./src/dkshadow"; export declare const DkShadow: Install<DefineComponent<{}, {}, unknown, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>>; export type shadowInstance = InstanceType<typeof shadow>; export default DkShadow;