UNPKG

@aplus-frontend/ui

Version:

36 lines (35 loc) 1.72 kB
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { ApAppendixProps, ApNeedNameModel, ApAppendixSlots } from './interface'; export * from './interface'; declare const ApAppendix: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApAppendixProps<any>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { column: number; needName: ApNeedNameModel; isFileAreaBorder: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ApAppendixProps<any>> & Readonly<{}>, {}, {}, {}, {}, { column: number; needName: ApNeedNameModel; isFileAreaBorder: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly< ApAppendixProps<any>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { column: number; needName: ApNeedNameModel; isFileAreaBorder: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: Readonly< ApAppendixSlots<any>> & ApAppendixSlots<any>; }) & ( Plugin & (new (...args: any[]) => { $props: { onClick?: () => void; }; })); export { ApAppendix };