@opensig/opendesign
Version:
58 lines (57 loc) • 2.15 kB
TypeScript
import { App } from 'vue';
declare const OResult: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
status: {
type: import('vue').PropType<import('./types').ResultStatusT>;
};
title: {
type: StringConstructor;
};
description: {
type: StringConstructor;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
status: {
type: import('vue').PropType<import('./types').ResultStatusT>;
};
title: {
type: StringConstructor;
};
description: {
type: StringConstructor;
};
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
status: {
type: import('vue').PropType<import('./types').ResultStatusT>;
};
title: {
type: StringConstructor;
};
description: {
type: StringConstructor;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
image?(_: {}): any;
icon?(_: {}): any;
title?(_: {}): any;
description?(_: {}): any;
extra?(_: {}): any;
default?(_: {}): any;
};
}) & {
install(app: App): void;
};
export { OResult };
export * from './types';