UNPKG

@apideck/file-picker

Version:

A React file picker component that works with the Apideck [File Storage API](https://developers.apideck.com/apis/file-storage/reference).

4 lines (3 loc) 124 B
import React from 'react'; import { Toast as Props } from '../types/Toast'; export declare const Toast: React.FC<Props>;