UNPKG

react-tokens-presenters

Version:
8 lines (7 loc) 208 B
import { FC } from 'react'; import { Token } from '../TokenDeclaration'; declare type FontWeightProps = { token: Token; }; declare const FontWeight: FC<FontWeightProps>; export default FontWeight;