UNPKG

big-design-ui

Version:

big-design-ui library for react applications

5 lines (4 loc) 122 B
import { FC } from 'react'; import { Props } from './Text.types'; declare const Text: FC<Props>; export default Text;