@miksu/styletron-standard
v0.0.1
Published
Standard interfaces for Styletron
Downloads
3
Readme
styletron-standard
Opinionated, standard interfaces for Styletron.
Check our documentation at styletron.org.
Installation
yarn add styletron-standardAPI
Style object interface
import type { StyleObject } from "styletron-standard";styletron-standard defines a specific style object interface (along with corresponding Flow type definitions).
Engine interface
import type { StandardEngine } from "styletron-standard";styletron-standard also defines a standard engine interface.
interface StandardEngine {
renderStyle,
renderKeyframes,
renderFontFace,
};Driver
import type { StandardEngine } from "styletron-standard";