UNPKG

10.2 kBTypeScriptView Raw
1import { App } from 'vue';
2import Countdown from './Countdown';
3declare const _default: ({
4 new (...args: any[]): {
5 $: import("vue").ComponentInternalInstance;
6 $data: {};
7 $props: Partial<{
8 prefixCls: string;
9 format: string;
10 onFinish: (...args: any[]) => any;
11 decimalSeparator: string;
12 precision: number;
13 groupSeparator: string;
14 }> & Pick<Readonly<{
15 prefixCls: string;
16 format: string;
17 onFinish: (...args: any[]) => any;
18 decimalSeparator: string;
19 precision: number;
20 groupSeparator: string;
21 } & {
22 title?: import("../_util/type").VueNode;
23 value?: import("../_util/type").Key;
24 prefix?: import("../_util/type").VueNode;
25 suffix?: import("../_util/type").VueNode;
26 formatter?: any;
27 valueStyle?: import("vue").CSSProperties;
28 valueRender?: any;
29 }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "class" | "title" | "key" | "ref" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "value" | "prefix" | "suffix" | "formatter" | "valueStyle" | "valueRender">;
30 $attrs: Record<string, unknown>;
31 $refs: Record<string, unknown>;
32 $slots: Readonly<{
33 [name: string]: import("vue").Slot;
34 }>;
35 $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
36 $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
37 $emit: (event: string, ...args: any[]) => void;
38 $el: any;
39 $options: import("vue").ComponentOptionsBase<Readonly<{
40 prefixCls: string;
41 format: string;
42 onFinish: (...args: any[]) => any;
43 decimalSeparator: string;
44 precision: number;
45 groupSeparator: string;
46 } & {
47 title?: import("../_util/type").VueNode;
48 value?: import("../_util/type").Key;
49 prefix?: import("../_util/type").VueNode;
50 suffix?: import("../_util/type").VueNode;
51 formatter?: any;
52 valueStyle?: import("vue").CSSProperties;
53 valueRender?: any;
54 }>, {
55 configProvider: import("../config-provider").ConfigConsumerProps;
56 }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
57 prefixCls: string;
58 format: string;
59 onFinish: (...args: any[]) => any;
60 decimalSeparator: string;
61 precision: number;
62 groupSeparator: string;
63 }>;
64 $forceUpdate: import("vue").ReactiveEffect<any>;
65 $nextTick: typeof import("vue").nextTick;
66 $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
67 } & Readonly<{
68 prefixCls: string;
69 format: string;
70 onFinish: (...args: any[]) => any;
71 decimalSeparator: string;
72 precision: number;
73 groupSeparator: string;
74 } & {
75 title?: import("../_util/type").VueNode;
76 value?: import("../_util/type").Key;
77 prefix?: import("../_util/type").VueNode;
78 suffix?: import("../_util/type").VueNode;
79 formatter?: any;
80 valueStyle?: import("vue").CSSProperties;
81 valueRender?: any;
82 }> & import("vue").ShallowUnwrapRef<{
83 configProvider: import("../config-provider").ConfigConsumerProps;
84 }> & {} & import("vue").ComponentCustomProperties;
85 __isFragment?: never;
86 __isTeleport?: never;
87 __isSuspense?: never;
88} & import("vue").ComponentOptionsBase<Readonly<{
89 prefixCls: string;
90 format: string;
91 onFinish: (...args: any[]) => any;
92 decimalSeparator: string;
93 precision: number;
94 groupSeparator: string;
95} & {
96 title?: import("../_util/type").VueNode;
97 value?: import("../_util/type").Key;
98 prefix?: import("../_util/type").VueNode;
99 suffix?: import("../_util/type").VueNode;
100 formatter?: any;
101 valueStyle?: import("vue").CSSProperties;
102 valueRender?: any;
103}>, {
104 configProvider: import("../config-provider").ConfigConsumerProps;
105}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
106 prefixCls: string;
107 format: string;
108 onFinish: (...args: any[]) => any;
109 decimalSeparator: string;
110 precision: number;
111 groupSeparator: string;
112}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: App<any>, ...options: any[]) => any) & {
113 install?: (app: App<any>, ...options: any[]) => any;
114} & {
115 readonly Countdown: typeof Countdown;
116}) | ({
117 new (...args: any[]): {
118 $: import("vue").ComponentInternalInstance;
119 $data: {};
120 $props: Partial<{
121 prefixCls: string;
122 format: string;
123 onFinish: (...args: any[]) => any;
124 decimalSeparator: string;
125 precision: number;
126 groupSeparator: string;
127 }> & Pick<Readonly<{
128 prefixCls: string;
129 format: string;
130 onFinish: (...args: any[]) => any;
131 decimalSeparator: string;
132 precision: number;
133 groupSeparator: string;
134 } & {
135 title?: import("../_util/type").VueNode;
136 value?: import("../_util/type").Key;
137 prefix?: import("../_util/type").VueNode;
138 suffix?: import("../_util/type").VueNode;
139 formatter?: any;
140 valueStyle?: import("vue").CSSProperties;
141 valueRender?: any;
142 }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "class" | "title" | "key" | "ref" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "value" | "prefix" | "suffix" | "formatter" | "valueStyle" | "valueRender">;
143 $attrs: Record<string, unknown>;
144 $refs: Record<string, unknown>;
145 $slots: Readonly<{
146 [name: string]: import("vue").Slot;
147 }>;
148 $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
149 $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
150 $emit: (event: string, ...args: any[]) => void;
151 $el: any;
152 $options: import("vue").ComponentOptionsBase<Readonly<{
153 prefixCls: string;
154 format: string;
155 onFinish: (...args: any[]) => any;
156 decimalSeparator: string;
157 precision: number;
158 groupSeparator: string;
159 } & {
160 title?: import("../_util/type").VueNode;
161 value?: import("../_util/type").Key;
162 prefix?: import("../_util/type").VueNode;
163 suffix?: import("../_util/type").VueNode;
164 formatter?: any;
165 valueStyle?: import("vue").CSSProperties;
166 valueRender?: any;
167 }>, {
168 configProvider: import("../config-provider").ConfigConsumerProps;
169 }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
170 prefixCls: string;
171 format: string;
172 onFinish: (...args: any[]) => any;
173 decimalSeparator: string;
174 precision: number;
175 groupSeparator: string;
176 }>;
177 $forceUpdate: import("vue").ReactiveEffect<any>;
178 $nextTick: typeof import("vue").nextTick;
179 $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
180 } & Readonly<{
181 prefixCls: string;
182 format: string;
183 onFinish: (...args: any[]) => any;
184 decimalSeparator: string;
185 precision: number;
186 groupSeparator: string;
187 } & {
188 title?: import("../_util/type").VueNode;
189 value?: import("../_util/type").Key;
190 prefix?: import("../_util/type").VueNode;
191 suffix?: import("../_util/type").VueNode;
192 formatter?: any;
193 valueStyle?: import("vue").CSSProperties;
194 valueRender?: any;
195 }> & import("vue").ShallowUnwrapRef<{
196 configProvider: import("../config-provider").ConfigConsumerProps;
197 }> & {} & import("vue").ComponentCustomProperties;
198 __isFragment?: never;
199 __isTeleport?: never;
200 __isSuspense?: never;
201} & import("vue").ComponentOptionsBase<Readonly<{
202 prefixCls: string;
203 format: string;
204 onFinish: (...args: any[]) => any;
205 decimalSeparator: string;
206 precision: number;
207 groupSeparator: string;
208} & {
209 title?: import("../_util/type").VueNode;
210 value?: import("../_util/type").Key;
211 prefix?: import("../_util/type").VueNode;
212 suffix?: import("../_util/type").VueNode;
213 formatter?: any;
214 valueStyle?: import("vue").CSSProperties;
215 valueRender?: any;
216}>, {
217 configProvider: import("../config-provider").ConfigConsumerProps;
218}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
219 prefixCls: string;
220 format: string;
221 onFinish: (...args: any[]) => any;
222 decimalSeparator: string;
223 precision: number;
224 groupSeparator: string;
225}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
226 install: (app: App<any>, ...options: any[]) => any;
227} & {
228 readonly Countdown: typeof Countdown;
229});
230export default _default;