UNPKG
vexio-font-static
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Disable font scaling in React Native for Text and TextInput components.
vexio-font-static
/
index.d.ts
5 lines
(4 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
declare
module
'vexio-font-static'
{
// Function to disable font scaling globally for Text and TextInput components
export
function
disableFontScaling
(
):
void
; }