Backstage
    Preparing search index...

    Variable PopoverDefinitionConst

    PopoverDefinition: {
        classNames: {
            arrow: "bui-PopoverArrow";
            content: "bui-PopoverContent";
            root: "bui-Popover";
        };
        propDefs: { children: {}; className: {}; hideArrow: {} };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for Popover

    Type Declaration

    • ReadonlyclassNames: {
          arrow: "bui-PopoverArrow";
          content: "bui-PopoverContent";
          root: "bui-Popover";
      }
    • ReadonlypropDefs: { children: {}; className: {}; hideArrow: {} }
    • styles: { readonly [key: string]: string }