UNPKG

@platformbuilders/react-native-ui

Version:
6 lines 425 B
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */ import { getTheme } from '@platformbuilders/helpers'; import { scaledFontSize } from './fontScale'; export const getFontSize = (props) => scaledFontSize(getTheme(`${props.variant}.fontSize`)(props)); export const getLineHeight = (props) => scaledFontSize(getTheme(`${props.variant}.lineHeight`)(props)); //# sourceMappingURL=getByTypographyVariant.js.map