strapi-plugin-logz
Version:
Automatically capture and record the API calls made to your Strapi application
6 lines (5 loc) • 450 B
TypeScript
/// <reference types="react" />
import type { RequestsOverTime } from "../../types";
export declare const ChartCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
declare const RequestsOverTime: () => import("react/jsx-runtime").JSX.Element;
export default RequestsOverTime;