UNPKG

@procore/core-react

Version:
5 lines (4 loc) 205 B
import React from 'react'; import type { Props } from '../_utils/types'; export declare function Actions(props: Props): React.JSX.Element; export declare function Content(props: Props): React.JSX.Element;