UNPKG

react-tokens-presenters

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