UNPKG

@retriever-ui/typography

Version:
5 lines (4 loc) 236 B
import React from 'react'; import { TypographyInterface, TypographyRefTypes } from '../interface'; declare const Text: React.ForwardRefExoticComponent<TypographyInterface & React.RefAttributes<TypographyRefTypes>>; export default Text;