vuestic-ui
Version:
Vue 3 UI Framework
32 lines (31 loc) • 959 B
TypeScript
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;
}, {}, {}>;