File size: 220 Bytes
6d1a664
 
 
 
4331e77
 
 
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.