UNPKG

9.54 kBTypeScriptView Raw
1import withGuide from './withGuide';
2declare const TextGuide: {
3 new (props: any): {
4 chart: import("../../chart").default;
5 triggerRef: import("../../types").Ref;
6 willMount(): void;
7 didMount(): void;
8 didUpdate(): void;
9 getGuideBBox(): void;
10 parseReplaceStr(value: any, scale: any): any;
11 parsePoint(record: any): any;
12 convertPoints(records: any): any;
13 getGuideTheme(): any;
14 render(): import("../..").JSX.Element;
15 props: any;
16 state: any;
17 context: import("../../base/component").ComponentContext;
18 refs: {
19 [key: string]: import("../../base/component").default<any, any>;
20 };
21 updater: import("../../base/component").Updater<any>;
22 children: import("../..").JSX.Element;
23 container: any;
24 animate: boolean;
25 destroyed: boolean;
26 willReceiveProps(_props: any, context?: any): void;
27 willUpdate(): void;
28 didUnmount(): void;
29 setState(partialState: any, callback?: () => void): void;
30 forceUpdate(callback?: () => void): void;
31 setAnimate(animate: boolean): void;
32 destroy(): void;
33 };
34};
35declare const PointGuide: {
36 new (props: any): {
37 chart: import("../../chart").default;
38 triggerRef: import("../../types").Ref;
39 willMount(): void;
40 didMount(): void;
41 didUpdate(): void;
42 getGuideBBox(): void;
43 parseReplaceStr(value: any, scale: any): any;
44 parsePoint(record: any): any;
45 convertPoints(records: any): any;
46 getGuideTheme(): any;
47 render(): import("../..").JSX.Element;
48 props: any;
49 state: any;
50 context: import("../../base/component").ComponentContext;
51 refs: {
52 [key: string]: import("../../base/component").default<any, any>;
53 };
54 updater: import("../../base/component").Updater<any>;
55 children: import("../..").JSX.Element;
56 container: any;
57 animate: boolean;
58 destroyed: boolean;
59 willReceiveProps(_props: any, context?: any): void;
60 willUpdate(): void;
61 didUnmount(): void;
62 setState(partialState: any, callback?: () => void): void;
63 forceUpdate(callback?: () => void): void;
64 setAnimate(animate: boolean): void;
65 destroy(): void;
66 };
67};
68declare const LineGuide: {
69 new (props: any): {
70 chart: import("../../chart").default;
71 triggerRef: import("../../types").Ref;
72 willMount(): void;
73 didMount(): void;
74 didUpdate(): void;
75 getGuideBBox(): void;
76 parseReplaceStr(value: any, scale: any): any;
77 parsePoint(record: any): any;
78 convertPoints(records: any): any;
79 getGuideTheme(): any;
80 render(): import("../..").JSX.Element;
81 props: any;
82 state: any;
83 context: import("../../base/component").ComponentContext;
84 refs: {
85 [key: string]: import("../../base/component").default<any, any>;
86 };
87 updater: import("../../base/component").Updater<any>;
88 children: import("../..").JSX.Element;
89 container: any;
90 animate: boolean;
91 destroyed: boolean;
92 willReceiveProps(_props: any, context?: any): void;
93 willUpdate(): void;
94 didUnmount(): void;
95 setState(partialState: any, callback?: () => void): void;
96 forceUpdate(callback?: () => void): void;
97 setAnimate(animate: boolean): void;
98 destroy(): void;
99 };
100};
101declare const ArcGuide: {
102 new (props: any): {
103 chart: import("../../chart").default;
104 triggerRef: import("../../types").Ref;
105 willMount(): void;
106 didMount(): void;
107 didUpdate(): void;
108 getGuideBBox(): void;
109 parseReplaceStr(value: any, scale: any): any;
110 parsePoint(record: any): any;
111 convertPoints(records: any): any;
112 getGuideTheme(): any;
113 render(): import("../..").JSX.Element;
114 props: any;
115 state: any;
116 context: import("../../base/component").ComponentContext;
117 refs: {
118 [key: string]: import("../../base/component").default<any, any>;
119 };
120 updater: import("../../base/component").Updater<any>;
121 children: import("../..").JSX.Element;
122 container: any;
123 animate: boolean;
124 destroyed: boolean;
125 willReceiveProps(_props: any, context?: any): void;
126 willUpdate(): void;
127 didUnmount(): void;
128 setState(partialState: any, callback?: () => void): void;
129 forceUpdate(callback?: () => void): void;
130 setAnimate(animate: boolean): void;
131 destroy(): void;
132 };
133};
134declare const RectGuide: {
135 new (props: any): {
136 chart: import("../../chart").default;
137 triggerRef: import("../../types").Ref;
138 willMount(): void;
139 didMount(): void;
140 didUpdate(): void;
141 getGuideBBox(): void;
142 parseReplaceStr(value: any, scale: any): any;
143 parsePoint(record: any): any;
144 convertPoints(records: any): any;
145 getGuideTheme(): any;
146 render(): import("../..").JSX.Element;
147 props: any;
148 state: any;
149 context: import("../../base/component").ComponentContext;
150 refs: {
151 [key: string]: import("../../base/component").default<any, any>;
152 };
153 updater: import("../../base/component").Updater<any>;
154 children: import("../..").JSX.Element;
155 container: any;
156 animate: boolean;
157 destroyed: boolean;
158 willReceiveProps(_props: any, context?: any): void;
159 willUpdate(): void;
160 didUnmount(): void;
161 setState(partialState: any, callback?: () => void): void;
162 forceUpdate(callback?: () => void): void;
163 setAnimate(animate: boolean): void;
164 destroy(): void;
165 };
166};
167declare const ImageGuide: {
168 new (props: any): {
169 chart: import("../../chart").default;
170 triggerRef: import("../../types").Ref;
171 willMount(): void;
172 didMount(): void;
173 didUpdate(): void;
174 getGuideBBox(): void;
175 parseReplaceStr(value: any, scale: any): any;
176 parsePoint(record: any): any;
177 convertPoints(records: any): any;
178 getGuideTheme(): any;
179 render(): import("../..").JSX.Element;
180 props: any;
181 state: any;
182 context: import("../../base/component").ComponentContext;
183 refs: {
184 [key: string]: import("../../base/component").default<any, any>;
185 };
186 updater: import("../../base/component").Updater<any>;
187 children: import("../..").JSX.Element;
188 container: any;
189 animate: boolean;
190 destroyed: boolean;
191 willReceiveProps(_props: any, context?: any): void;
192 willUpdate(): void;
193 didUnmount(): void;
194 setState(partialState: any, callback?: () => void): void;
195 forceUpdate(callback?: () => void): void;
196 setAnimate(animate: boolean): void;
197 destroy(): void;
198 };
199};
200declare const TagGuide: {
201 new (props: any): {
202 chart: import("../../chart").default;
203 triggerRef: import("../../types").Ref;
204 willMount(): void;
205 didMount(): void;
206 didUpdate(): void;
207 getGuideBBox(): void;
208 parseReplaceStr(value: any, scale: any): any;
209 parsePoint(record: any): any;
210 convertPoints(records: any): any;
211 getGuideTheme(): any;
212 render(): import("../..").JSX.Element;
213 props: any;
214 state: any;
215 context: import("../../base/component").ComponentContext;
216 refs: {
217 [key: string]: import("../../base/component").default<any, any>;
218 };
219 updater: import("../../base/component").Updater<any>;
220 children: import("../..").JSX.Element;
221 container: any;
222 animate: boolean;
223 destroyed: boolean;
224 willReceiveProps(_props: any, context?: any): void;
225 willUpdate(): void;
226 didUnmount(): void;
227 setState(partialState: any, callback?: () => void): void;
228 forceUpdate(callback?: () => void): void;
229 setAnimate(animate: boolean): void;
230 destroy(): void;
231 };
232};
233declare const _default: {
234 new (props: any): {
235 chart: import("../../chart").default;
236 triggerRef: import("../../types").Ref;
237 willMount(): void;
238 didMount(): void;
239 didUpdate(): void;
240 getGuideBBox(): void;
241 parseReplaceStr(value: any, scale: any): any;
242 parsePoint(record: any): any;
243 convertPoints(records: any): any;
244 getGuideTheme(): any;
245 render(): import("../..").JSX.Element;
246 props: any;
247 state: any;
248 context: import("../../base/component").ComponentContext;
249 refs: {
250 [key: string]: import("../../base/component").default<any, any>;
251 };
252 updater: import("../../base/component").Updater<any>;
253 children: import("../..").JSX.Element;
254 container: any;
255 animate: boolean;
256 destroyed: boolean;
257 willReceiveProps(_props: any, context?: any): void;
258 willUpdate(): void;
259 didUnmount(): void;
260 setState(partialState: any, callback?: () => void): void;
261 forceUpdate(callback?: () => void): void;
262 setAnimate(animate: boolean): void;
263 destroy(): void;
264 };
265};
266export default _default;
267export { withGuide, TextGuide, PointGuide, ArcGuide, LineGuide, RectGuide, ImageGuide, TagGuide };