UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

8 lines (7 loc) 158 B
import React from 'react'; interface UploadProps { title: string; subtitle: string; } declare const Upload: React.FC<UploadProps>; export { Upload };