UNPKG

@wocwin/t-ui-plus

Version:

Page level components developed based on Element Plus.

48 lines (47 loc) 1.44 kB
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<any, (_: { scope: any; }) => any>> & Partial<Record<NonNullable<string | number>, (_: { scope: Record<string, any>; }) => any>>; declare const __VLS_component: DefineComponent<{ item: { type: ObjectConstructor; default: () => {}; required: true; }; align: { type: StringConstructor; default: string; }; sortable: { type: (StringConstructor | BooleanConstructor)[]; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { handleEvent: (...args: any[]) => void; }, string, PublicProps, Readonly< ExtractPropTypes<{ item: { type: ObjectConstructor; default: () => {}; required: true; }; align: { type: StringConstructor; default: string; }; sortable: { type: (StringConstructor | BooleanConstructor)[]; }; }>> & { onHandleEvent?: ((...args: any[]) => any) | undefined; }, { item: Record<string, any>; align: string; }, {}>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };