UNPKG

spk-toast-test

Version:

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

7 lines (6 loc) 156 B
/// <reference types="react" /> import { Type } from './PropsType'; declare function Icon({ type }: { type: Type; }): JSX.Element; export default Icon;