mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-05 04:15:23 +01:00
Updated to v1.7.8
This commit is contained in:
5
conf/site/node_modules/react-bootstrap/cjs/DropdownMenu.d.ts
generated
vendored
5
conf/site/node_modules/react-bootstrap/cjs/DropdownMenu.d.ts
generated
vendored
@@ -1,3 +1,4 @@
|
||||
import { UseDropdownMenuOptions } from 'react-overlays/DropdownMenu';
|
||||
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent, SelectCallback } from './helpers';
|
||||
export interface DropdownMenuProps extends BsPrefixPropsWithChildren {
|
||||
show?: boolean;
|
||||
@@ -6,9 +7,7 @@ export interface DropdownMenuProps extends BsPrefixPropsWithChildren {
|
||||
alignRight?: boolean;
|
||||
onSelect?: SelectCallback;
|
||||
rootCloseEvent?: 'click' | 'mousedown';
|
||||
popperConfig?: {
|
||||
modifiers?: any;
|
||||
};
|
||||
popperConfig?: UseDropdownMenuOptions['popperConfig'];
|
||||
}
|
||||
declare type DropdownMenu = BsPrefixRefForwardingComponent<'div', DropdownMenuProps>;
|
||||
declare const DropdownMenu: DropdownMenu;
|
||||
|
||||
Reference in New Issue
Block a user