UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

9 lines (8 loc) 198 B
import React from 'react'; interface OverviewProps { title: string; subtitle: string; isLoadingProp: boolean; } declare const Overview: React.FC<OverviewProps>; export default Overview;