@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
78 lines (77 loc) • 3.85 kB
TypeScript
declare const _default: import("vue").DefineComponent<Readonly<import("vue").ComponentPropsOptions<{
[x: string]: unknown;
}>>, {
sendLoading: import("vue").Ref<boolean>;
fetch: (params?: Recordable<any>) => void;
configProvider: import("../config-provider").ConfigConsumerProps;
btnContent: any;
}, {
smsCode: string;
allTimes: number;
start: boolean;
timer: any;
go: boolean;
phone: string;
input: any;
}, {}, {
saveInput(node: any): void;
resetCode(): void;
auto(): void;
sendSMSCode(): void;
setPhone(): void;
setSmsCode(): void;
changeSmsCode(e: any): void;
enterSms(): void;
}, {
methods: {
setState(state: {}, callback: any): void;
__emit(...args: any[]): void;
};
}, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<({
[x: number]: string;
} & {
[Symbol.iterator]?: IterableIterator<string>;
length?: number;
toString?: string;
toLocaleString?: string;
concat?: string[];
join?: string;
slice?: string[];
indexOf?: (searchElement: string, fromIndex?: number) => number;
lastIndexOf?: (searchElement: string, fromIndex?: number) => number;
every?: {
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
};
some?: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
forEach?: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
map?: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
filter?: {
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
};
reduce?: {
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
};
reduceRight?: {
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
};
find?: {
<S_2 extends string>(predicate: (this: void, value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
};
findIndex?: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
entries?: IterableIterator<[number, string]>;
keys?: IterableIterator<number>;
values?: IterableIterator<string>;
includes?: (searchElement: string, fromIndex?: number) => boolean;
}) | ({} & {
[x: string]: unknown;
})>, {
[x: number]: string;
} | {}>;
export default _default;