Files
Fluxup_PAP/node_modules/expo-router/build/utils/style.d.ts
2026-03-10 16:18:05 +00:00

3 lines
234 B
TypeScript

import type { TextStyle } from 'react-native';
export declare function convertFontWeightToStringFontWeight(fontWeight: TextStyle['fontWeight']): Exclude<TextStyle['fontWeight'], number> | undefined;
//# sourceMappingURL=style.d.ts.map