UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

4 lines (3 loc) 212 B
import type { ComponentPropsWithRef } from 'react'; export declare const Box: import("@vtex/admin-ui-react").AdminUIJsxElement<"div", {}, {}>; export declare type BoxProps = ComponentPropsWithRef<typeof Box>;