UNPKG

@opensig/opendesign

Version:

<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>

58 lines (57 loc) 2.15 kB
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';