UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

6 lines 368 B
import { TypographyVariants } from './typography.styles'; import { TypographyProps } from './typography.types'; import * as React from 'react'; declare const Typography: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLHeadingElement | HTMLParagraphElement>>; export { Typography, TypographyVariants }; //# sourceMappingURL=typography.d.ts.map