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

7 lines (6 loc) 168 B
/// <reference types="react" /> interface Props { className?: string; } declare const Spinner: ({ className }: Props) => JSX.Element; export default Spinner;