3 lines
234 B
TypeScript
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
|