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