UNPKG

@linaria/core

Version:

Blazing fast zero-runtime CSS in JS library

4 lines (3 loc) 85 B
export type CSSProperties = { [key: string]: string | number | CSSProperties; };