dk-plus
Version:
32 lines (31 loc) • 1.69 kB
TypeScript
import type { returnType } from '../..';
import type { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
declare const _sfc_main: DefineComponent<{
readonly visible: returnType<BooleanConstructor, boolean>;
readonly text: returnType<PropType<string>, string | null>;
readonly textSize: returnType<PropType<string>, string | null>;
readonly color: returnType<PropType<string>, string | null>;
readonly background: returnType<PropType<string>, string | null>;
readonly spinner: returnType<PropType<string>, string | null>;
readonly spinnerSize: returnType<PropType<string>, string | null>;
readonly flexDirection: returnType<PropType<string>, string | null>;
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
readonly visible: returnType<BooleanConstructor, boolean>;
readonly text: returnType<PropType<string>, string | null>;
readonly textSize: returnType<PropType<string>, string | null>;
readonly color: returnType<PropType<string>, string | null>;
readonly background: returnType<PropType<string>, string | null>;
readonly spinner: returnType<PropType<string>, string | null>;
readonly spinnerSize: returnType<PropType<string>, string | null>;
readonly flexDirection: returnType<PropType<string>, string | null>;
}>>, {
readonly text: string;
readonly color: string;
readonly visible: boolean;
readonly textSize: string;
readonly background: string;
readonly spinner: string;
readonly spinnerSize: string;
readonly flexDirection: string;
}, {}>;
export default _sfc_main;