vuestic-ui
Version:
Vue 3 UI Framework
34 lines (33 loc) • 1 kB
TypeScript
import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
fallbackSrc: {
type: StringConstructor;
};
fallbackText: {
type: StringConstructor;
};
fallbackIcon: {
type: StringConstructor;
};
fallbackRender: {
type: PropType<() => any | undefined>;
};
}, () => 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: PropType<() => any | undefined>;
};
}>> & {
onFallback?: ((...args: any[]) => any) | undefined;
}, {}, {}>;
export default _default;