UNPKG

tdesign-mobile-vue

Version:
58 lines (57 loc) 2.54 kB
import './style'; import { TdEmptyProps } from './type'; export * from './type'; export type EmptyProps = TdEmptyProps; export declare const Empty: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{ action: { type: import("vue").PropType<TdEmptyProps['action']>; }; description: { type: import("vue").PropType<TdEmptyProps['description']>; }; icon: { type: import("vue").PropType<TdEmptyProps['icon']>; }; image: { type: import("vue").PropType<TdEmptyProps['image']>; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import("vue").ExtractPropTypes<{ action: { type: import("vue").PropType<TdEmptyProps['action']>; }; description: { type: import("vue").PropType<TdEmptyProps['description']>; }; icon: { type: import("vue").PropType<TdEmptyProps['icon']>; }; image: { type: import("vue").PropType<TdEmptyProps['image']>; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{ action: { type: import("vue").PropType<TdEmptyProps['action']>; }; description: { type: import("vue").PropType<TdEmptyProps['description']>; }; icon: { type: import("vue").PropType<TdEmptyProps['icon']>; }; image: { type: import("vue").PropType<TdEmptyProps['image']>; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, 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 & import("vue").Plugin; export default Empty;