Variable PopoverDefinitionConst
PopoverDefinition: {
classNames: {
arrow: "bui-PopoverArrow";
content: "bui-PopoverContent";
root: "bui-Popover";
};
propDefs: { children: {}; className: {}; hideArrow: {} };
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: {
arrow: "bui-PopoverArrow";
content: "bui-PopoverContent";
root: "bui-Popover";
}
ReadonlypropDefs: { children: {}; className: {}; hideArrow: {} }
styles: { readonly [key: string]: string }
Component definition for Popover