sdfsdfs
This commit is contained in:
7
node_modules/pixi.js/lib/scene/text-html/utils/textStyleToCSS.d.ts
generated
vendored
Normal file
7
node_modules/pixi.js/lib/scene/text-html/utils/textStyleToCSS.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
Reference in New Issue
Block a user