ButtonPopoverPropsinterface

{
	children: PopoverChildren;
}
PropertyType
.childrenPopoverChildren
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.