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

6 lines (5 loc) 151 B
/// <reference types="react" /> declare const Logo: ({ className }: { className?: string | undefined; }) => JSX.Element; export default Logo;