vue-devui
Version:
DevUI components based on Vite and Vue3
35 lines (34 loc) • 1.19 kB
TypeScript
import { CSSProperties } from 'vue';
import './loading.scss';
declare const _default: import("vue").DefineComponent<{
readonly view: {
top?: string | undefined;
left?: string | undefined;
};
readonly backdrop: boolean;
readonly isFull: boolean;
readonly message?: string | undefined;
readonly zIndex?: number | undefined;
}, {
style: CSSProperties;
isShow: import("vue").Ref<boolean, boolean>;
open: () => void;
close: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
readonly view: {
top?: string | undefined;
left?: string | undefined;
};
readonly backdrop: boolean;
readonly isFull: boolean;
readonly message?: string | undefined;
readonly zIndex?: number | undefined;
}> & Readonly<{}>, {
readonly view: {
top?: string | undefined;
left?: string | undefined;
};
readonly backdrop: boolean;
readonly isFull: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;