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