UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

7 lines (4 loc) 187 B
import { jsx } from '@vtex/admin-ui-react' import type { ComponentPropsWithRef } from 'react' export const Box = jsx('div')({}) export type BoxProps = ComponentPropsWithRef<typeof Box>