@procore/core-react
Version:
React library of Procore Design Guidelines
11 lines (7 loc) • 374 B
TypeScript
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>>;