File size: 220 Bytes
1e67872
 
 
 
7bf1507
 
 
1
2
3
4
5
6
7
8
declare module "*.ttf" {
	const value: ArrayBuffer;
	export default value;
}

// Legacy helpers removed: web search support is deprecated, so we intentionally
// avoid leaking those shapes into the global ambient types.