UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

8 lines (7 loc) 175 B
import React from 'react'; export type DownloadProps = { title: string; subtitle: string; }; declare const Download: React.FC<DownloadProps>; export default Download;