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).

11 lines (10 loc) 246 B
export interface Toast { title: string; description?: string; type?: 'success' | 'warning' | 'error' | 'info'; id?: number; autoClose?: boolean; closeAfter?: number; closeText?: string; image?: string; }