mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
48 lines (47 loc) • 2.21 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props } from './types';
import { DefaultSlots, InstallRecord, NameRecord } from '../types';
export declare const MeCheckboxGroup: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
modelValue?: (string | number)[];
} & Props> & Readonly<{
onChange?: ((arr: (string | number)[]) => any) | undefined;
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:modelValue": (value: (string | number)[]) => any;
} & {
change: (arr: (string | number)[]) => any;
}, PublicProps, {
direction: string;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
modelValue?: (string | number)[];
} & Props> & Readonly<{
onChange?: ((arr: (string | number)[]) => any) | undefined;
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
}>, {}, {}, {}, {}, {
direction: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
modelValue?: (string | number)[];
} & Props> & Readonly<{
onChange?: ((arr: (string | number)[]) => any) | undefined;
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:modelValue": (value: (string | number)[]) => any;
} & {
change: (arr: (string | number)[]) => any;
}, string, {
direction: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
$slots: Readonly< DefaultSlots> & DefaultSlots;
}) & InstallRecord & NameRecord;