UNPKG

strapi-plugin-logz

Version:

Automatically capture and record the API calls made to your Strapi application

8 lines (7 loc) 251 B
import { StrapiTheme } from "@strapi/design-system/dist/themes"; declare module "styled-components" { interface DefaultTheme extends StrapiTheme { } } declare const HomePage: () => import("react/jsx-runtime").JSX.Element; export { HomePage };