react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
15 lines • 428 B
TypeScript
export declare const FONT_WEIGHT_MAPPINGS: {
readonly thin: "100";
readonly ultralight: "200";
readonly light: "300";
readonly normal: "400";
readonly regular: "400";
readonly medium: "500";
readonly condensed: "500";
readonly semibold: "600";
readonly bold: "700";
readonly condensedBold: "700";
readonly heavy: "800";
readonly black: "900";
};
//# sourceMappingURL=font.d.ts.map