UNPKG

@themesberg/react-bootstrap

Version:

Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React

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