dk-plus
Version:
18 lines (17 loc) • 781 B
TypeScript
import type { returnType } from '../..';
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
declare const _sfc_main: DefineComponent<{
modelValue: returnType<PropType<string>, string | null>;
}, {
slotList: any;
handleChange: (name: string) => void;
checkValue: Ref<string>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes<{
modelValue: returnType<PropType<string>, string | null>;
}>> & {
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onChange?: ((...args: any[]) => any) | undefined;
}, {
modelValue: string;
}, {}>;
export default _sfc_main;