import { PropConfigCollection } from '../../core/types'; export const typography: PropConfigCollection = { fontFamily: { property: 'fontFamily', scale: 'fonts', }, fontSize: { property: 'fontSize', scale: 'fontSizes', }, fontWeight: { property: 'fontWeight', scale: 'fontWeights', }, lineHeight: { property: 'lineHeight', scale: 'lineHeights', }, letterSpacing: { property: 'letterSpacing', scale: 'letterSpacings', }, textAlign: true, fontStyle: true, };