UNPKG

@procore/core-react

Version:
11 lines (7 loc) 374 B
import React from 'react'; import type { TypographyProps } from './Typography.types'; /** @since 10.19.0 @see [Storybook](https://stories.core.procore.com/?path=/story/core-react_demos-typography--demo) */ export declare const Typography: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & TypographyProps & React.RefAttributes<HTMLSpanElement>>;