UNPKG

@kbfront/kb-ui

Version:

KB React UI Library

8 lines (7 loc) 208 B
import { ReactNode, ReactNodeArray, FC } from "react"; interface IProps { cls: string; children: ReactNode | ReactNodeArray; } declare const ToastContainer: FC<IProps>; export default ToastContainer;