UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

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