@vtex/admin-ui
Version:
> VTEX admin component library
7 lines (6 loc) • 325 B
TypeScript
import type { PickerStateReturn } from './picker-state';
export declare const PickerPopover: import("@vtex/admin-ui-react").AdminUIComponent<import("reakit-system/ts/createComponent").Component<"div", import("reakit/ts/Popover").PopoverOptions>, Options>;
interface Options {
state: PickerStateReturn;
}
export {};