UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

8 lines (7 loc) 306 B
import type { HTMLTextStyle } from '../HtmlTextStyle'; /** * Internally converts all of the style properties into CSS equivalents. * @param style * @returns The CSS style string, for setting `style` property of root HTMLElement. */ export declare function textStyleToCSS(style: HTMLTextStyle): string;