UNPKG

payzli-ui

Version:

A custom react components library

5 lines (4 loc) 159 B
import React from "react"; import { IToastr } from "../../models/IToastr"; declare const Toastr: (props: IToastr) => React.JSX.Element; export default Toastr;