Type Alias: DriverInternal
ts
type DriverInternal = {
clearPopoverDom: () => void;
overlayClick: () => void;
reportPopoverDom: (dom) => void;
};Methods the rendering components call back into; not part of the public API.