UNPKG

@eruptionjs/config

Version:

Opinionated configuration for EruptionJS projects

12 lines (9 loc) 221 B
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 } }