UNPKG

@procore/core-react

Version:
8 lines (7 loc) 358 B
import * as React from 'react'; import type { BoxProps } from './Box.types'; /** * `Box` is a general layout utility for CSS properties like `display`, `text-align`, * flex, spacing, and layout properties. */ export declare const Box: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & BoxProps & React.RefAttributes<HTMLDivElement>>;