Jesus sucks
This commit is contained in:
6
backend/frontend/node_modules/react-bootstrap/esm/ModalContext.d.ts
generated
vendored
Normal file
6
backend/frontend/node_modules/react-bootstrap/esm/ModalContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
interface ModalContextType {
|
||||
onHide: () => void;
|
||||
}
|
||||
declare const ModalContext: React.Context<ModalContextType>;
|
||||
export default ModalContext;
|
||||
Reference in New Issue
Block a user