UNPKG

@aplus-frontend/ui

Version:

66 lines (65 loc) 2.93 kB
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { ApStatusProps, ApStatusGroupProps, ApStatusGroupItemProps } from './interface'; export * from './interface'; declare const ApStatus: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApStatusProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { color: string; show: boolean; padding: number; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ApStatusProps> & Readonly<{}>, {}, {}, {}, {}, { color: string; show: boolean; padding: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly< ApStatusProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { color: string; show: boolean; padding: number; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => { $props: { onClick?: () => void; }; })); declare const ApStatusGroup: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApStatusGroupProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { show: boolean; padding: number; currentValue: number | string; statusList: ApStatusGroupItemProps[] | null; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ApStatusGroupProps> & Readonly<{}>, {}, {}, {}, {}, { show: boolean; padding: number; currentValue: number | string; statusList: ApStatusGroupItemProps[] | null; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly< ApStatusGroupProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { show: boolean; padding: number; currentValue: number | string; statusList: ApStatusGroupItemProps[] | null; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => { $props: { onClick?: () => void; }; })); export { ApStatus, ApStatusGroup };