UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

10 lines 338 B
import { CSS } from '@project44-manifest/react-styles'; import type { ForwardRefComponent } from '@project44-manifest/react-types'; interface BoxProps { /** Theme aware style object */ css?: CSS; } declare const Box: ForwardRefComponent<"div", BoxProps>; export type { BoxProps }; export { Box }; //# sourceMappingURL=box.d.ts.map