UNPKG
@eruptionjs/config
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Opinionated configuration for EruptionJS projects
github.com/eruptionjs/config
eruptionjs/config
@eruptionjs/config
/
src
/
reset.d.ts
12 lines
(9 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
'react'
import
'@total-typescript/ts-reset'
import
'@total-typescript/ts-reset/dom'
declare
module
'react'
{
// support css variables
interface
CSSProperties
{ [
key
:
`--
${
string
}
`
]:
string
|
number
} }