GoScrobble/web/node_modules/react-bootstrap/cjs/ToastContext.d.ts

7 lines
189 B
TypeScript

import React from 'react';
export interface ToastContextType {
onClose?: (e: Event) => void;
}
declare const ToastContext: React.Context<ToastContextType>;
export default ToastContext;