Backstage
    Preparing search index...

    Variable PopoverDefinitionConst

    PopoverDefinition: {
        classNames: {
            arrow: "bui-PopoverArrow";
            content: "bui-PopoverContent";
            root: "bui-Popover";
        };
    } = ...

    Component definition for Popover

    Type Declaration

    • ReadonlyclassNames: {
          arrow: "bui-PopoverArrow";
          content: "bui-PopoverContent";
          root: "bui-Popover";
      }