UNPKG

react-tokens-presenters

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