UNPKG

@yunarch/config-web

Version:

Shared configurations for web projects.

9 lines (7 loc) 171 B
import '@total-typescript/ts-reset/dom'; declare module 'react' { // support css variables interface CSSProperties { [key: `--${string}`]: string | number; } }