Jesus sucks
This commit is contained in:
9
backend/frontend/node_modules/react-bootstrap/esm/NavbarContext.d.ts
generated
vendored
Normal file
9
backend/frontend/node_modules/react-bootstrap/esm/NavbarContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
export interface NavbarContextType {
|
||||
onToggle: () => void;
|
||||
bsPrefix?: string;
|
||||
expanded: boolean;
|
||||
expand?: boolean | string | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
||||
}
|
||||
declare const context: React.Context<NavbarContextType | null>;
|
||||
export default context;
|
||||
Reference in New Issue
Block a user