UNPKG

tonami

Version:

Minimal CSS-in-JS library that promotes CSS best-practices and strongly-typed design systems.

4 lines (3 loc) 158 B
import { Selectors } from "./lib/types"; declare function createGlobalStyle<I>(selectors: Selectors<I>): (props: I) => null; export { createGlobalStyle };