|
1 |
| -export type { CountUp as ICountUp, CountUpOptions } from 'countup.js'; |
2 |
| -import { CountUp } from 'countup.js'; |
3 |
| -import type { CountUpOptions } from 'countup.js'; |
4 |
| -declare const _default: import("vue").DefineComponent<{ |
5 |
| - endVal: { |
6 |
| - type: import("vue").PropType<string | number>; |
7 |
| - required: true; |
8 |
| - }; |
9 |
| - startVal: { |
10 |
| - type: import("vue").PropType<string | number>; |
11 |
| - } & { |
12 |
| - default: number; |
13 |
| - }; |
14 |
| - duration: { |
15 |
| - type: import("vue").PropType<string | number>; |
16 |
| - } & { |
17 |
| - default: number; |
18 |
| - }; |
19 |
| - autoplay: { |
20 |
| - type: import("vue").PropType<boolean>; |
21 |
| - } & { |
22 |
| - default: boolean; |
23 |
| - }; |
24 |
| - loop: { |
25 |
| - type: import("vue").PropType<string | number | boolean>; |
26 |
| - } & { |
27 |
| - default: boolean; |
28 |
| - }; |
29 |
| - delay: { |
30 |
| - type: import("vue").PropType<number>; |
31 |
| - } & { |
32 |
| - default: number; |
33 |
| - }; |
34 |
| - options: { |
35 |
| - type: import("vue").PropType<CountUpOptions>; |
36 |
| - } & { |
37 |
| - default: undefined; |
38 |
| - }; |
39 |
| -}, () => void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { |
40 |
| - init: (countup: CountUp) => void; |
41 |
| -} & { |
42 |
| - finished: () => void; |
43 |
| -}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ |
44 |
| - endVal: { |
45 |
| - type: import("vue").PropType<string | number>; |
46 |
| - required: true; |
47 |
| - }; |
48 |
| - startVal: { |
49 |
| - type: import("vue").PropType<string | number>; |
50 |
| - } & { |
51 |
| - default: number; |
52 |
| - }; |
53 |
| - duration: { |
54 |
| - type: import("vue").PropType<string | number>; |
55 |
| - } & { |
56 |
| - default: number; |
57 |
| - }; |
58 |
| - autoplay: { |
59 |
| - type: import("vue").PropType<boolean>; |
60 |
| - } & { |
61 |
| - default: boolean; |
62 |
| - }; |
63 |
| - loop: { |
64 |
| - type: import("vue").PropType<string | number | boolean>; |
65 |
| - } & { |
66 |
| - default: boolean; |
67 |
| - }; |
68 |
| - delay: { |
69 |
| - type: import("vue").PropType<number>; |
70 |
| - } & { |
71 |
| - default: number; |
72 |
| - }; |
73 |
| - options: { |
74 |
| - type: import("vue").PropType<CountUpOptions>; |
75 |
| - } & { |
76 |
| - default: undefined; |
77 |
| - }; |
78 |
| -}>> & { |
79 |
| - onFinished?: (() => any) | undefined; |
80 |
| - onInit?: ((countup: CountUp) => any) | undefined; |
81 |
| -}, { |
82 |
| - options: CountUpOptions; |
83 |
| - duration: string | number; |
84 |
| - autoplay: boolean; |
85 |
| - loop: string | number | boolean; |
86 |
| - startVal: string | number; |
87 |
| - delay: number; |
88 |
| -}>; |
89 |
| -export default _default; |
| 1 | +export type { CountUp as ICountUp, CountUpOptions } from 'countup.js'; |
| 2 | +import { CountUp } from 'countup.js'; |
| 3 | +import type { CountUpOptions } from 'countup.js'; |
| 4 | +declare const _default: import("vue").DefineComponent<{ |
| 5 | + endVal: { |
| 6 | + type: import("vue").PropType<string | number>; |
| 7 | + required: true; |
| 8 | + }; |
| 9 | + startVal: { |
| 10 | + type: import("vue").PropType<string | number>; |
| 11 | + } & { |
| 12 | + default: number; |
| 13 | + }; |
| 14 | + duration: { |
| 15 | + type: import("vue").PropType<string | number>; |
| 16 | + } & { |
| 17 | + default: number; |
| 18 | + }; |
| 19 | + autoplay: { |
| 20 | + type: import("vue").PropType<boolean>; |
| 21 | + } & { |
| 22 | + default: boolean; |
| 23 | + }; |
| 24 | + loop: { |
| 25 | + type: import("vue").PropType<string | number | boolean>; |
| 26 | + } & { |
| 27 | + default: boolean; |
| 28 | + }; |
| 29 | + delay: { |
| 30 | + type: import("vue").PropType<number>; |
| 31 | + } & { |
| 32 | + default: number; |
| 33 | + }; |
| 34 | + options: { |
| 35 | + type: import("vue").PropType<CountUpOptions>; |
| 36 | + } & { |
| 37 | + default: undefined; |
| 38 | + }; |
| 39 | +}, () => void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { |
| 40 | + init: (countup: CountUp) => void; |
| 41 | +} & { |
| 42 | + finished: () => void; |
| 43 | +}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ |
| 44 | + endVal: { |
| 45 | + type: import("vue").PropType<string | number>; |
| 46 | + required: true; |
| 47 | + }; |
| 48 | + startVal: { |
| 49 | + type: import("vue").PropType<string | number>; |
| 50 | + } & { |
| 51 | + default: number; |
| 52 | + }; |
| 53 | + duration: { |
| 54 | + type: import("vue").PropType<string | number>; |
| 55 | + } & { |
| 56 | + default: number; |
| 57 | + }; |
| 58 | + autoplay: { |
| 59 | + type: import("vue").PropType<boolean>; |
| 60 | + } & { |
| 61 | + default: boolean; |
| 62 | + }; |
| 63 | + loop: { |
| 64 | + type: import("vue").PropType<string | number | boolean>; |
| 65 | + } & { |
| 66 | + default: boolean; |
| 67 | + }; |
| 68 | + delay: { |
| 69 | + type: import("vue").PropType<number>; |
| 70 | + } & { |
| 71 | + default: number; |
| 72 | + }; |
| 73 | + options: { |
| 74 | + type: import("vue").PropType<CountUpOptions>; |
| 75 | + } & { |
| 76 | + default: undefined; |
| 77 | + }; |
| 78 | +}>> & { |
| 79 | + onFinished?: (() => any) | undefined; |
| 80 | + onInit?: ((countup: CountUp) => any) | undefined; |
| 81 | +}, { |
| 82 | + options: CountUpOptions; |
| 83 | + duration: string | number; |
| 84 | + autoplay: boolean; |
| 85 | + loop: string | number | boolean; |
| 86 | + startVal: string | number; |
| 87 | + delay: number; |
| 88 | +}>; |
| 89 | +export default _default; |
0 commit comments