(fontFace: FontFaceObject)
| 14 | renderStyle(style: StyleObject): string; |
| 15 | renderKeyframes(keyframes: KeyframesObject): string; |
| 16 | renderFontFace(fontFace: FontFaceObject): string; |
| 17 | } |
| 18 | |
| 19 | export function driver(style: StyleObject, styletron: StandardEngine): string { |
no outgoing calls