UNPKG

light-toast

Version:

A light-weight react toast component built for mobile web app

7 lines (6 loc) 153 B
import React from 'react'; import { TypeWithIcon } from './types'; declare const Icon: React.FC<{ type: TypeWithIcon; }>; export default Icon;