UNPKG

@appbuckets/react-ui

Version:
5 lines (4 loc) 146 B
import * as React from 'react'; import { BoxProps } from './Box.types'; declare const Box: React.FunctionComponent<BoxProps>; export default Box;