PopoverDefinition
Home > @backstage/ui > PopoverDefinition
Component definition for Popover
Signature:
PopoverDefinition: {
readonly classNames: {
readonly root: "bui-Popover";
readonly arrow: "bui-PopoverArrow";
readonly content: "bui-PopoverContent";
};
}