UNPKG

ultra-design

Version:
7 lines (6 loc) 134 B
import { FC } from 'react'; export interface TextProps { color: string; } declare const Text: FC<TextProps>; export default Text;