UNPKG

@re-flex/ui

Version:
5 lines (4 loc) 145 B
import { TextProps } from "@re-flex/styled/Typography"; import React from "react"; declare const Text: React.FC<TextProps>; export default Text;