UNPKG

@procore/core-react

Version:
4 lines (3 loc) 170 B
import React from 'react'; import type { DeprecationProps } from './Deprecation.types'; export declare const Deprecation: (props: DeprecationProps) => React.JSX.Element;