UNPKG

g-ui-web

Version:

可视化组件库

114 lines (113 loc) 2.76 kB
declare function __VLS_template(): { slots: { label?(_: { item: any; }): any; value?(_: { item: any; }): any; empty?(_: { class: string; }): any; }; refs: { rankingListRef: HTMLDivElement; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<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; }; }>, { 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, import('vue').PublicProps, 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<{}>, { icon: boolean; type: string; description: string; sort: string; index: number; dbOptions: Record<string, any>; limit: number; icons: Record<string, any>; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };