UNPKG

@aplus-frontend/ui

Version:

28 lines (27 loc) 1.15 kB
import { ApFormItemGroupProps } from '../interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { Breakpoint } from '@aplus-frontend/antdv/es/_util/responsiveObserve'; import { Gutter } from '@aplus-frontend/antdv/es/grid/Row'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default(): any[]; }> & { default(): any[]; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: DefineComponent<ApFormItemGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemGroupProps> & Readonly<{}>, { wrap: boolean; gutter: number | Partial<Record< Breakpoint, number>> | [ Gutter, Gutter]; countPerRow: number; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };