UNPKG

2.81 kBTypeScriptView Raw
1export declare const normalize: {
2 html: {
3 lineHeight: string;
4 WebkitTextSizeAdjust: string;
5 };
6 body: {
7 margin: string;
8 };
9 main: {
10 display: string;
11 };
12 h1: {
13 fontSize: string;
14 margin: string;
15 };
16 hr: {
17 boxSizing: string;
18 height: string;
19 overflow: string;
20 };
21 pre: {
22 fontFamily: string;
23 fontSize: string;
24 };
25 a: {
26 backgroundColor: string;
27 };
28 'abbr[title]': {
29 borderBottom: string;
30 textDecoration: string;
31 };
32 strong: {
33 fontWeight: string;
34 };
35 'code, kbd, samp': {
36 fontFamily: string;
37 fontSize: string;
38 };
39 small: {
40 fontSize: string;
41 };
42 'sub, sup': {
43 fontSize: string;
44 lineHeight: string;
45 position: string;
46 verticalAlign: string;
47 };
48 sub: {
49 bottom: string;
50 };
51 sup: {
52 top: string;
53 };
54 img: {
55 borderStyle: string;
56 };
57 'button, input, optgroup, select, textarea': {
58 fontFamily: string;
59 fontSize: string;
60 lineHeight: string;
61 margin: string;
62 };
63 'button, input': {
64 overflow: string;
65 };
66 'button, select': {
67 textTransform: string;
68 };
69 'button, [type="button"], [type="reset"], [type="submit"]': {
70 WebkitAppearance: string;
71 };
72 'button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner': {
73 borderStyle: string;
74 padding: string;
75 };
76 'button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring': {
77 outline: string;
78 };
79 fieldset: {
80 padding: string;
81 };
82 legend: {
83 boxSizing: string;
84 color: string;
85 display: string;
86 maxWidth: string;
87 padding: string;
88 whiteSpace: string;
89 };
90 progress: {
91 verticalAlign: string;
92 };
93 textarea: {
94 overflow: string;
95 };
96 '[type="checkbox"], [type="radio"]': {
97 boxSizing: string;
98 padding: string;
99 };
100 '[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button': {
101 height: string;
102 };
103 '[type="search"]': {
104 WebkitAppearance: string;
105 outlineOffset: string;
106 };
107 '[type="search"]::-webkit-search-decoration': {
108 WebkitAppearance: string;
109 };
110 '::-webkit-file-upload-button': {
111 WebkitAppearance: string;
112 font: string;
113 };
114 details: {
115 display: string;
116 };
117 summary: {
118 display: string;
119 };
120 template: {
121 display: string;
122 };
123 '[hidden]': {
124 display: string;
125 };
126};