UNPKG

react-tokens-presenters

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