@procore/core-react
Version:
React library of Procore Design Guidelines
12 lines (11 loc) • 579 B
TypeScript
import React from 'react';
import type { NotationProps } from './Notation.types';
/**
* @deprecated Please use `<Typography italic />` component for plain text
* notations or the `<Required />` component for required notations. `Notation`
* will be removed in a future version.
* @deprecatedSince 11
*
* @see [Storybook](https://stories.core.procore.com/?path=/story/core-react_coverage-notation--basic-props)
*/
export declare const Notation: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & NotationProps & React.RefAttributes<HTMLSpanElement>>;