@wetspace/pro-components
Version:
::: tip 基本介绍
22 lines (20 loc) • 759 B
TypeScript
import { PropType } from 'vue';
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
type: StringConstructor;
modelValue: {
type: PropType<(string | number)[]>;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
type: StringConstructor;
modelValue: {
type: PropType<(string | number)[]>;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};