This commit is contained in:
8
node_modules/ol-mapbox-style/dist/text.d.ts
generated
vendored
Normal file
8
node_modules/ol-mapbox-style/dist/text.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export function applyLetterSpacing(text: any, letterSpacing: any): any;
|
||||
export function wrapText(text: any, font: any, em: any, letterSpacing: any): any;
|
||||
/**
|
||||
* @param {Array} fonts Fonts.
|
||||
* @return {Array} Processed fonts.
|
||||
* @private
|
||||
*/
|
||||
export function getFonts(fonts: any[]): any[];
|
||||
Reference in New Issue
Block a user