Jesus sucks
This commit is contained in:
10
backend/frontend/node_modules/react-bootstrap/cjs/NavContext.d.ts
generated
vendored
Normal file
10
backend/frontend/node_modules/react-bootstrap/cjs/NavContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { EventKey } from '@restart/ui/types';
|
||||
interface NavContextType {
|
||||
role?: string;
|
||||
activeKey: EventKey | null;
|
||||
getControlledId: (key: EventKey | null) => string;
|
||||
getControllerId: (key: EventKey | null) => string;
|
||||
}
|
||||
declare const NavContext: React.Context<NavContextType | null>;
|
||||
export default NavContext;
|
||||
Reference in New Issue
Block a user