| 12 | import { ContainerObserver, createContainerObserver } from './containerObserver'; |
| 13 | |
| 14 | interface EnqueuedToast { |
| 15 | content: ToastContent<any>; |
| 16 | options: NotValidatedToastProps; |
| 17 | } |
| 18 | |
| 19 | interface RemoveParams { |
| 20 | id?: Id; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…