ButtonPopoverPropsinterface
{
children: PopoverChildren;
}| Property | Type | |
|---|---|---|
.children | PopoverChildren | Children tuple for Popover: a leading trigger node followed by the popover's contents. required |
Props for ButtonPopover, a button that toggles an adjacent popover.