t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
169 lines (168 loc) • 5.9 kB
TypeScript
import type { DefineComponent, PropType, VNode, RendererNode, RendererElement, Component, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, EmitsOptions, ComputedRef, CSSProperties } from 'vue';
import type { InstallType, HandleEventInterface as a } from '../../_interface';
declare const _sfc_main: DefineComponent<{
readonly show: {
readonly type: BooleanConstructor;
readonly default: () => boolean;
};
readonly close: {
readonly type: BooleanConstructor;
readonly default: () => boolean;
};
readonly text: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly fontColor: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly iconColor: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly fontSize: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly background: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly opacity: {
readonly type: NumberConstructor;
readonly default: () => number | null;
};
readonly icon: {
readonly type: PropType<VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>>;
readonly default: () => null;
};
readonly closeEnd: {
readonly type: PropType<a>;
readonly default: () => null;
};
}, {
prop: {
readonly show?: unknown;
readonly close?: unknown;
readonly text?: unknown;
readonly fontColor?: unknown;
readonly iconColor?: unknown;
readonly fontSize?: unknown;
readonly background?: unknown;
readonly opacity?: unknown;
readonly icon?: unknown;
readonly closeEnd?: unknown;
} & {
fontSize: string;
close: boolean;
background: string;
closeEnd: a;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
fontColor: string;
text: string;
show: boolean;
iconColor: string;
opacity: number;
} & {};
handleClick: a;
styleList: ComputedRef<CSSProperties>;
FSvgIcon: InstallType<DefineComponent<{
readonly icon: {
readonly type: PropType<VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>>;
readonly default: () => null;
};
readonly color: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly size: {
readonly type: PropType<string | number>;
readonly default: () => string;
};
readonly click: {
readonly type: PropType<a>;
readonly default: () => null;
};
}, {
prop: {
readonly icon?: unknown;
readonly color?: unknown;
readonly size?: unknown;
readonly click?: unknown;
} & {
color: string;
size: string | number;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
click: a;
} & {};
handleClick: a;
styleList: ComputedRef<CSSProperties>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
readonly icon?: unknown;
readonly color?: unknown;
readonly size?: unknown;
readonly click?: unknown;
} & {
color: string;
size: string | number;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
click: a;
} & {}>, {
color: string;
size: string | number;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
click: a;
}>>;
FIconLoadingAVue: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
readonly show?: unknown;
readonly close?: unknown;
readonly text?: unknown;
readonly fontColor?: unknown;
readonly iconColor?: unknown;
readonly fontSize?: unknown;
readonly background?: unknown;
readonly opacity?: unknown;
readonly icon?: unknown;
readonly closeEnd?: unknown;
} & {
fontSize: string;
close: boolean;
background: string;
closeEnd: a;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
fontColor: string;
text: string;
show: boolean;
iconColor: string;
opacity: number;
} & {}>, {
fontSize: string;
close: boolean;
background: string;
closeEnd: a;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
fontColor: string;
text: string;
show: boolean;
iconColor: string;
opacity: number;
}>;
export default _sfc_main;