g-ui-web
Version:
189 lines (188 loc) • 5.37 kB
TypeScript
declare const GRankingList: ({
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
dbOptions: {
type: ObjectConstructor;
default: {};
};
type: {
type: StringConstructor;
default: string;
};
icon: {
type: BooleanConstructor;
default: boolean;
};
description: {
type: StringConstructor;
default: string;
};
limit: {
type: NumberConstructor;
default: number;
};
icons: {
type: ObjectConstructor;
default: {};
};
sort: {
type: StringConstructor;
default: string;
};
index: {
type: NumberConstructor;
default: string;
};
}>> & Readonly<{}>, {
props: {
readonly icon: boolean;
readonly type: string;
readonly description: string;
readonly sort: string;
readonly index: number;
readonly dbOptions: Record<string, any>;
readonly limit: number;
readonly icons: Record<string, any>;
};
rankingListRef: globalThis.Ref<null, null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
icon: boolean;
type: string;
description: string;
sort: string;
index: number;
dbOptions: Record<string, any>;
limit: number;
icons: Record<string, any>;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<globalThis.ExtractPropTypes<{
dbOptions: {
type: ObjectConstructor;
default: {};
};
type: {
type: StringConstructor;
default: string;
};
icon: {
type: BooleanConstructor;
default: boolean;
};
description: {
type: StringConstructor;
default: string;
};
limit: {
type: NumberConstructor;
default: number;
};
icons: {
type: ObjectConstructor;
default: {};
};
sort: {
type: StringConstructor;
default: string;
};
index: {
type: NumberConstructor;
default: string;
};
}>> & Readonly<{}>, {
props: {
readonly icon: boolean;
readonly type: string;
readonly description: string;
readonly sort: string;
readonly index: number;
readonly dbOptions: Record<string, any>;
readonly limit: number;
readonly icons: Record<string, any>;
};
rankingListRef: globalThis.Ref<null, null>;
}, {}, {}, {}, {
icon: boolean;
type: string;
description: string;
sort: string;
index: number;
dbOptions: Record<string, any>;
limit: number;
icons: Record<string, any>;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
dbOptions: {
type: ObjectConstructor;
default: {};
};
type: {
type: StringConstructor;
default: string;
};
icon: {
type: BooleanConstructor;
default: boolean;
};
description: {
type: StringConstructor;
default: string;
};
limit: {
type: NumberConstructor;
default: number;
};
icons: {
type: ObjectConstructor;
default: {};
};
sort: {
type: StringConstructor;
default: string;
};
index: {
type: NumberConstructor;
default: string;
};
}>> & Readonly<{}>, {
props: {
readonly icon: boolean;
readonly type: string;
readonly description: string;
readonly sort: string;
readonly index: number;
readonly dbOptions: Record<string, any>;
readonly limit: number;
readonly icons: Record<string, any>;
};
rankingListRef: globalThis.Ref<null, null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
icon: boolean;
type: string;
description: string;
sort: string;
index: number;
dbOptions: Record<string, any>;
limit: number;
icons: Record<string, any>;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
label?(_: {
item: any;
}): any;
value?(_: {
item: any;
}): any;
empty?(_: {
class: string;
}): any;
};
}) & import('vue').Plugin) & Record<string, any>;
export default GRankingList;