UNPKG

react-tokens-presenters

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