mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
import * as React from 'react';
|
|
import { ToastProps } from '../types';
|
|
export declare const Toast: React.FC<ToastProps>;
|