@wetspace/pro-components
Version:
::: tip 基本介绍
21 lines (20 loc) • 1.06 kB
TypeScript
export type WetLoginOtherActionType = 'wx' | 'alipay' | 'qq' | 'dy';
export declare const wetLoginProps: {
logo: {
readonly type: import('vue').PropType<unknown>;
readonly required: false;
readonly validator: (val: unknown) => boolean;
__epPropKey: true;
};
title: StringConstructor;
subTitle: StringConstructor;
isPage: BooleanConstructor;
havePhone: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
backgroundImage: StringConstructor;
storeName: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
otherActions: import('element-plus/es/utils').EpPropFinalized<import('vue').PropType<WetLoginOtherActionType[]>, unknown, unknown, () => string[], boolean>;
};
export declare const wetErrorPageProps: {
type: import('element-plus/es/utils').EpPropFinalized<import('vue').PropType<"403" | "404" | "500">, unknown, unknown, string, boolean>;
backgroundImage: StringConstructor;
};