UNPKG

react-tokens-presenters

Version:
7 lines (6 loc) 149 B
import { FC } from 'react'; declare type CircleProps = { backgroundColor: string; }; declare const Circle: FC<CircleProps>; export default Circle;