UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

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