styletron-standard
v3.1.0
Published
Standard interfaces for Styletron
Downloads
144,396
Readme
styletron-standard
Opinionated, standard interfaces for Styletron.
Check our documentation at styletron.org.
Installation
yarn add styletron-standard
API
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";