Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/react-bootstrap/cjs/ToastContext.d.ts

import * as React from 'react';
export interface ToastContextType {
    onClose?: (e?: React.MouseEvent | React.KeyboardEvent) => void;
}
declare const ToastContext: React.Context<ToastContextType>;
export default ToastContext;
Back to Directory File Manager