react-style-reset
Version:
An object-style CSS Reset for React
196 lines (195 loc) • 4.36 kB
TypeScript
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
declare const normalize: {
html: {
lineHeight: string;
WebkitTextSizeAdjust: string;
};
body: {
margin: string;
};
h1: {
fontSize: string;
margin: string;
};
hr: {
boxSizing: string;
height: string;
overflow: string;
};
pre: {
fontFamily: string;
fontSize: string;
};
a: {
backgroundColor: string;
};
"abbr[title]": {
borderBottom: string;
textDecoration: string;
};
strong: {
fontWeight: string;
};
b: {
fontWeight: string;
};
code: {
fontFamily: string;
fontSize: string;
};
kbd: {
fontFamily: string;
fontSize: string;
};
sam: {
fontFamily: string;
fontSize: string;
};
small: {
fontSize: string;
};
sub: {
bottom: string;
fontSize: string;
lineHeight: string;
position: string;
verticalAlign: string;
};
sup: {
fontSize: string;
lineHeight: string;
position: string;
top: string;
verticalAlign: string;
};
img: {
borderStyle: string;
};
button: {
overflow: string;
textTransform: string;
WebkitAppearance: string;
"&::-moz-focus-inner": {
borderStyle: string;
padding: string;
};
"&:-moz-focusring": {
outline: string;
};
fontFamily: string;
fontSize: string;
lineHeight: string;
margin: string;
};
input: {
overflow: string;
fontFamily: string;
fontSize: string;
lineHeight: string;
margin: string;
};
optgroup: {
fontFamily: string;
fontSize: string;
lineHeight: string;
margin: string;
};
select: {
textTransform: string;
fontFamily: string;
fontSize: string;
lineHeight: string;
margin: string;
};
textare: {
fontFamily: string;
fontSize: string;
lineHeight: string;
margin: string;
};
'[type="button"]': {
WebkitAppearance: string;
"&::-moz-focus-inner": {
borderStyle: string;
padding: string;
};
"&:-moz-focusring": {
outline: string;
};
};
'[type="reset"]': {
WebkitAppearance: string;
"&::-moz-focus-inner": {
borderStyle: string;
padding: string;
};
"&:-moz-focusring": {
outline: string;
};
};
'[type="submit"]': {
WebkitAppearance: string;
"&::-moz-focus-inner": {
borderStyle: string;
padding: string;
};
"&:-moz-focusring": {
outline: string;
};
};
fieldset: {
padding: string;
};
legend: {
boxSizing: string;
color: string;
display: string;
maxWidth: string;
padding: string;
whiteSpace: string;
};
progress: {
verticalAlign: string;
};
textarea: {
overflow: string;
};
'[type="checkbox"]': {
boxSizing: string;
padding: string;
};
'[type="radio"]': {
boxSizing: string;
padding: string;
};
'[type="number"]::-webkit-inner-spin-button': {
height: string;
};
'[type="number"]::-webkit-outer-spin-button': {
height: string;
};
'[type="search"]': {
WebkitAppearance: string;
outlineOffset: string;
};
'[type="search"]::-webkit-search-decoration': {
WebkitAppearance: string;
};
"::-webkit-file-upload-button": {
WebkitAppearance: string;
font: string;
};
details: {
display: string;
};
summary: {
display: string;
};
template: {
display: string;
};
"[hidden]": {
display: string;
};
};
export default normalize;