UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

8 lines (7 loc) 183 B
import React from 'react'; interface OverviewItemProps { label: string; value: string; } declare const OverviewItem: React.FC<OverviewItemProps>; export default OverviewItem;