UNPKG

dk-plus

Version:
30 lines (29 loc) 1.3 kB
import type { returnType } from '../..'; import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ type: returnType<PropType<string>, string | null>; shadowClass: returnType<PropType<string>, string | null>; hoverType: returnType<BooleanConstructor, boolean>; hoverClass: returnType<PropType<string>, string | null>; borderColor: returnType<PropType<string>, string | null>; }, { DkShadow: Ref<HTMLButtonElement | undefined>; type: ComputedRef<string>; shadowClass: ComputedRef<string>; hoverType: ComputedRef<boolean>; onhoverType: () => void; oncloshoverType: () => void; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ type: returnType<PropType<string>, string | null>; shadowClass: returnType<PropType<string>, string | null>; hoverType: returnType<BooleanConstructor, boolean>; hoverClass: returnType<PropType<string>, string | null>; borderColor: returnType<PropType<string>, string | null>; }>>, { type: string; borderColor: string; shadowClass: string; hoverType: boolean; hoverClass: string; }, {}>; export default _sfc_main;