UNPKG

payzli-ui-aryan

Version:

A custom react components library

5 lines (4 loc) 159 B
import React from "react"; import { ITypography } from "../../models/ITypography"; declare const Typography: React.FC<ITypography>; export default Typography;