UNPKG

vuestic-ui

Version:
32 lines (31 loc) 959 B
export declare const VaFallback: import("vue").DefineComponent<{ fallbackSrc: { type: StringConstructor; }; fallbackText: { type: StringConstructor; }; fallbackIcon: { type: StringConstructor; }; fallbackRender: { type: import("vue").PropType<() => any>; }; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "fallback"[], "fallback", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ fallbackSrc: { type: StringConstructor; }; fallbackText: { type: StringConstructor; }; fallbackIcon: { type: StringConstructor; }; fallbackRender: { type: import("vue").PropType<() => any>; }; }>> & { onFallback?: ((...args: any[]) => any) | undefined; }, {}, {}>;