UNPKG

9.9 kBTypeScriptView Raw
1export declare const Container: {
2 fontFamily: string;
3 fontWeight: string;
4 lineHeight: string;
5 color: string;
6 textAlign: string;
7 paddingLeft: string;
8 paddingRight: string;
9};
10export declare const NavBar: {
11 position: string;
12 border: string;
13 borderColor: string;
14};
15export declare const NavRight: {
16 textAlign: string;
17};
18export declare const Nav: {
19 margin: string;
20};
21export declare const NavItem: {
22 display: string;
23 padding: string;
24 lineHeight: string;
25};
26export declare const NavButton: {
27 display: string;
28 padding: string;
29 marginTop: string;
30 marginBottom: string;
31 fontSize: string;
32 fontWeight: number;
33 lineHeight: string;
34 textAlign: string;
35 whiteSpace: string;
36 verticalAlign: string;
37 touchAction: string;
38 cursor: string;
39 userSelect: string;
40 backgroundImage: string;
41 border: string;
42 borderRadius: string;
43 color: string;
44 backgroundColor: string;
45 borderColor: string;
46};
47export declare const FormContainer: {
48 textAlign: string;
49};
50export declare const FormSection: {
51 marginBottom: string;
52 backgroundColor: string;
53 border: string;
54 borderRadius: string;
55 textAlign: string;
56 width: string;
57 display: string;
58};
59export declare const ErrorSection: {
60 marginBottom: string;
61 color: string;
62 backgroundColor: string;
63 border: string;
64 borderRadius: string;
65 textAlign: string;
66};
67export declare const SectionHeader: {
68 color: string;
69 backgroundColor: string;
70 borderColor: string;
71 padding: string;
72 borderBottom: string;
73 borderTopLeftRadius: string;
74 borderTopRightRadius: string;
75 textAlign: string;
76};
77export declare const SectionFooter: {
78 color: string;
79 backgroundColor: string;
80 padding: string;
81 borderTop: string;
82 borderTopLeftRadius: string;
83 borderTopRightRadius: string;
84};
85export declare const SectionBody: {
86 padding: string;
87};
88export declare const FormRow: {
89 marginBottom: string;
90};
91export declare const ActionRow: {
92 marginBottom: string;
93};
94export declare const Input: {
95 display: string;
96 width: string;
97 height: string;
98 padding: string;
99 fontSize: string;
100 lineHeight: string;
101 color: string;
102 backgroundColor: string;
103 backgroundImage: string;
104 border: string;
105 borderRadius: string;
106 boxShadow: string;
107 boxSizing: string;
108 transition: string;
109};
110export declare const Button: {
111 display: string;
112 padding: string;
113 marginBottom: string;
114 fontSize: string;
115 fontWeight: number;
116 lineHeight: string;
117 textAlign: string;
118 whiteSpace: string;
119 verticalAlign: string;
120 touchAction: string;
121 cursor: string;
122 userSelect: string;
123 backgroundImage: string;
124 border: string;
125 borderRadius: string;
126 color: string;
127 backgroundColor: string;
128 borderColor: string;
129};
130export declare const SignInButton: {
131 position: string;
132 padding: string;
133 fontSize: string;
134 textAlign: string;
135 whiteSpace: string;
136 overflow: string;
137 textOverflow: string;
138 display: string;
139 width: string;
140 marginTop: string;
141 '#google_signin_btn': {
142 color: string;
143 backgroundColor: string;
144 borderColor: string;
145 };
146 '#facebook_signin_btn': {
147 color: string;
148 backgroundColor: string;
149 borderColor: string;
150 };
151};
152export declare const Space: {
153 display: string;
154 width: string;
155};
156export declare const A: {
157 color: string;
158 cursor: string;
159};
160export declare const Pre: {
161 overflow: string;
162 fontFamily: string;
163 display: string;
164 padding: string;
165 margin: string;
166 fontSize: string;
167 lineHeight: string;
168 color: string;
169 wordBreak: string;
170 wordWrap: string;
171 backgroundColor: string;
172 border: string;
173 borderRadius: string;
174};
175export declare const Col1: {
176 display: string;
177 width: string;
178};
179export declare const Col2: {
180 display: string;
181 width: string;
182};
183export declare const Col3: {
184 display: string;
185 width: string;
186};
187export declare const Col4: {
188 display: string;
189 width: string;
190};
191export declare const Col5: {
192 display: string;
193 width: string;
194};
195export declare const Col6: {
196 display: string;
197 width: string;
198};
199export declare const Col7: {
200 display: string;
201 width: string;
202};
203export declare const Col8: {
204 display: string;
205 width: string;
206};
207export declare const Col9: {
208 display: string;
209 width: string;
210};
211export declare const Col10: {
212 display: string;
213 width: string;
214};
215export declare const Col11: {
216 display: string;
217 width: string;
218};
219export declare const Col12: {
220 display: string;
221 width: string;
222};
223export declare const Hidden: {
224 display: string;
225};
226export declare const Bootstrap: {
227 container: {
228 fontFamily: string;
229 fontWeight: string;
230 lineHeight: string;
231 color: string;
232 textAlign: string;
233 paddingLeft: string;
234 paddingRight: string;
235 };
236 navBar: {
237 position: string;
238 border: string;
239 borderColor: string;
240 };
241 nav: {
242 margin: string;
243 };
244 navRight: {
245 textAlign: string;
246 };
247 navItem: {
248 display: string;
249 padding: string;
250 lineHeight: string;
251 };
252 navButton: {
253 display: string;
254 padding: string;
255 marginTop: string;
256 marginBottom: string;
257 fontSize: string;
258 fontWeight: number;
259 lineHeight: string;
260 textAlign: string;
261 whiteSpace: string;
262 verticalAlign: string;
263 touchAction: string;
264 cursor: string;
265 userSelect: string;
266 backgroundImage: string;
267 border: string;
268 borderRadius: string;
269 color: string;
270 backgroundColor: string;
271 borderColor: string;
272 };
273 formContainer: {
274 textAlign: string;
275 };
276 formSection: {
277 marginBottom: string;
278 backgroundColor: string;
279 border: string;
280 borderRadius: string;
281 textAlign: string;
282 width: string;
283 display: string;
284 };
285 errorSection: {
286 marginBottom: string;
287 color: string;
288 backgroundColor: string;
289 border: string;
290 borderRadius: string;
291 textAlign: string;
292 };
293 sectionHeader: {
294 color: string;
295 backgroundColor: string;
296 borderColor: string;
297 padding: string;
298 borderBottom: string;
299 borderTopLeftRadius: string;
300 borderTopRightRadius: string;
301 textAlign: string;
302 };
303 sectionBody: {
304 padding: string;
305 };
306 sectionFooter: {
307 color: string;
308 backgroundColor: string;
309 padding: string;
310 borderTop: string;
311 borderTopLeftRadius: string;
312 borderTopRightRadius: string;
313 };
314 formRow: {
315 marginBottom: string;
316 };
317 actionRow: {
318 marginBottom: string;
319 };
320 space: {
321 display: string;
322 width: string;
323 };
324 signInButton: {
325 position: string;
326 padding: string;
327 fontSize: string;
328 textAlign: string;
329 whiteSpace: string;
330 overflow: string;
331 textOverflow: string;
332 display: string;
333 width: string;
334 marginTop: string;
335 '#google_signin_btn': {
336 color: string;
337 backgroundColor: string;
338 borderColor: string;
339 };
340 '#facebook_signin_btn': {
341 color: string;
342 backgroundColor: string;
343 borderColor: string;
344 };
345 };
346 input: {
347 display: string;
348 width: string;
349 height: string;
350 padding: string;
351 fontSize: string;
352 lineHeight: string;
353 color: string;
354 backgroundColor: string;
355 backgroundImage: string;
356 border: string;
357 borderRadius: string;
358 boxShadow: string;
359 boxSizing: string;
360 transition: string;
361 };
362 button: {
363 display: string;
364 padding: string;
365 marginBottom: string;
366 fontSize: string;
367 fontWeight: number;
368 lineHeight: string;
369 textAlign: string;
370 whiteSpace: string;
371 verticalAlign: string;
372 touchAction: string;
373 cursor: string;
374 userSelect: string;
375 backgroundImage: string;
376 border: string;
377 borderRadius: string;
378 color: string;
379 backgroundColor: string;
380 borderColor: string;
381 };
382 a: {
383 color: string;
384 cursor: string;
385 };
386 pre: {
387 overflow: string;
388 fontFamily: string;
389 display: string;
390 padding: string;
391 margin: string;
392 fontSize: string;
393 lineHeight: string;
394 color: string;
395 wordBreak: string;
396 wordWrap: string;
397 backgroundColor: string;
398 border: string;
399 borderRadius: string;
400 };
401 col1: {
402 display: string;
403 width: string;
404 };
405 col2: {
406 display: string;
407 width: string;
408 };
409 col3: {
410 display: string;
411 width: string;
412 };
413 col4: {
414 display: string;
415 width: string;
416 };
417 col5: {
418 display: string;
419 width: string;
420 };
421 col6: {
422 display: string;
423 width: string;
424 };
425 col7: {
426 display: string;
427 width: string;
428 };
429 col8: {
430 display: string;
431 width: string;
432 };
433 col9: {
434 display: string;
435 width: string;
436 };
437 col10: {
438 display: string;
439 width: string;
440 };
441 col11: {
442 display: string;
443 width: string;
444 };
445 col12: {
446 display: string;
447 width: string;
448 };
449 hidden: {
450 display: string;
451 };
452};
453/**
454 * @deprecated use named import
455 */
456export default Bootstrap;