UNPKG

dk-plus

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