UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

5 lines (4 loc) 161 B
import { FC } from '@dineug/r-html'; export type ToastContainerProps = {}; declare const ToastContainer: FC<ToastContainerProps>; export default ToastContainer;