|
| 1 | +declare const _default: import("vue").DefineComponent<Readonly<import("vue").ComponentPropsOptions<{ |
| 2 | + [x: string]: unknown; |
| 3 | +}>>, unknown, { |
| 4 | + disabled: boolean; |
| 5 | + tooltipInstance: null; |
| 6 | + hoverCount: number; |
| 7 | +}, { |
| 8 | + slotted(): any; |
| 9 | + classnames(): any; |
| 10 | +}, { |
| 11 | + doAction(ev: any): Promise<void>; |
| 12 | + doClick(ev: any): Promise<void>; |
| 13 | + doBeforeClick(ev: any): Promise<void>; |
| 14 | +}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "action" | "update:active")[], "click" | "action" | "update:active", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<({ |
| 15 | + [x: number]: string; |
| 16 | +} & { |
| 17 | + length?: number | undefined; |
| 18 | + toString?: string | undefined; |
| 19 | + toLocaleString?: string | undefined; |
| 20 | + concat?: string[] | undefined; |
| 21 | + join?: string | undefined; |
| 22 | + slice?: string[] | undefined; |
| 23 | + indexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined; |
| 24 | + lastIndexOf?: ((searchElement: string, fromIndex?: number | undefined) => number) | undefined; |
| 25 | + every?: { |
| 26 | + <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[]; |
| 27 | + (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean; |
| 28 | + } | undefined; |
| 29 | + some?: ((predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean) | undefined; |
| 30 | + forEach?: ((callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void) | undefined; |
| 31 | + map?: (<U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[]) | undefined; |
| 32 | + filter?: { |
| 33 | + <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[]; |
| 34 | + (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[]; |
| 35 | + } | undefined; |
| 36 | + reduce?: { |
| 37 | + (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string; |
| 38 | + (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string; |
| 39 | + <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1; |
| 40 | + } | undefined; |
| 41 | + reduceRight?: { |
| 42 | + (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string; |
| 43 | + (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string; |
| 44 | + <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2; |
| 45 | + } | undefined; |
| 46 | + find?: { |
| 47 | + <S_2 extends string>(predicate: (this: void, value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2 | undefined; |
| 48 | + (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string | undefined; |
| 49 | + } | undefined; |
| 50 | + findIndex?: ((predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number) | undefined; |
| 51 | + entries?: IterableIterator<[number, string]> | undefined; |
| 52 | + keys?: IterableIterator<number> | undefined; |
| 53 | + values?: IterableIterator<string> | undefined; |
| 54 | + includes?: ((searchElement: string, fromIndex?: number | undefined) => boolean) | undefined; |
| 55 | + flatMap?: (<U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[]) | undefined; |
| 56 | + flat?: unknown[] | undefined; |
| 57 | +}) | ({} & { |
| 58 | + [x: string]: any; |
| 59 | +})>, { |
| 60 | + [x: number]: string; |
| 61 | +} | {}>; |
| 62 | +export default _default; |
0 commit comments