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

8 lines
259 B
TypeScript

import type { TextStyle } from '../TextStyle';
/**
* Generates a unique key for the text style.
* @param style - The style to generate a key for.
* @returns the key for the style.
*/
export declare function generateTextStyleKey(style: TextStyle): string;