UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

7 lines 374 B
import React from 'react'; export interface TypographyProps extends React.HTMLAttributes<HTMLElement> { variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'div'; children?: React.ReactNode; } export declare const Typography: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLElement>>; //# sourceMappingURL=Typography.d.ts.map