geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
7 lines (6 loc) • 329 B
TypeScript
import { VariantProps } from 'class-variance-authority';
import { TypographyVariants } from './typography.styles';
export interface TypographyProps extends React.HTMLAttributes<HTMLHeadingElement | HTMLParagraphElement>, VariantProps<typeof TypographyVariants> {
id?: string;
}
//# sourceMappingURL=typography.types.d.ts.map