Files
nothoughts/node_modules/pixi.js/lib/scene/text-html/utils/textStyleToCSS.d.ts
2025-08-04 18:57:35 +02:00

8 lines
306 B
TypeScript

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;