UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

8 lines (7 loc) 196 B
import React from 'react'; interface OverviewItemLinkProps { label: string; to: string; } declare const OverviewItemLink: React.FC<OverviewItemLinkProps>; export default OverviewItemLink;