t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
163 lines (162 loc) • 5.99 kB
TypeScript
import type { PageHeaderBackInterface } from './interface';
import type { DefineComponent, PropType, VNode, RendererNode, RendererElement, Component, ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, VNodeProps, AllowedComponentProps, ComponentCustomProps, CSSProperties, ComputedRef } from 'vue';
import type { UtilsSizeChangeInterface, InstallType, HandleEventInterface as a, ClassListInterface as b } from '../../_interface';
declare const _sfc_main: DefineComponent<{
readonly icon: {
readonly type: PropType<VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>>;
readonly default: () => null;
};
readonly iconSize: {
readonly type: PropType<string | number>;
readonly default: () => string;
};
readonly backText: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly title: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly titleBold: {
readonly type: BooleanConstructor;
readonly default: () => boolean;
};
readonly titleColor: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly titleCenter: {
readonly type: BooleanConstructor;
readonly default: () => boolean;
};
readonly subtitle: {
readonly type: StringConstructor;
readonly default: () => string;
};
readonly back: {
readonly type: PropType<PageHeaderBackInterface>;
readonly default: () => null;
};
}, {
prop: {
readonly icon?: unknown;
readonly iconSize?: unknown;
readonly backText?: unknown;
readonly title?: unknown;
readonly titleBold?: unknown;
readonly titleColor?: unknown;
readonly titleCenter?: unknown;
readonly subtitle?: unknown;
readonly back?: unknown;
} & {
title: string;
titleColor: string;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
iconSize: string | number;
backText: string;
titleBold: boolean;
titleCenter: boolean;
subtitle: string;
back: PageHeaderBackInterface;
} & {};
handleClick: a;
rightClassList: ComputedRef<b>;
rightTitleClassList: ComputedRef<b>;
sizeChange: UtilsSizeChangeInterface;
FIconArrowLeftVue: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
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;
}>>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
readonly icon?: unknown;
readonly iconSize?: unknown;
readonly backText?: unknown;
readonly title?: unknown;
readonly titleBold?: unknown;
readonly titleColor?: unknown;
readonly titleCenter?: unknown;
readonly subtitle?: unknown;
readonly back?: unknown;
} & {
title: string;
titleColor: string;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
iconSize: string | number;
backText: string;
titleBold: boolean;
titleCenter: boolean;
subtitle: string;
back: PageHeaderBackInterface;
} & {}>, {
title: string;
titleColor: string;
icon: VNode<RendererNode, RendererElement, {
[key: string]: any;
}> | Component<any, any, any, ComputedOptions, MethodOptions>;
iconSize: string | number;
backText: string;
titleBold: boolean;
titleCenter: boolean;
subtitle: string;
back: PageHeaderBackInterface;
}>;
export default _sfc_main;