strapi-plugin-logz
Version:
Automatically capture and record the API calls made to your Strapi application
24 lines (23 loc) • 677 B
TypeScript
import { type DefaultTheme } from "styled-components";
export declare const getTooltipContentStyle: (theme: DefaultTheme) => {
borderRadius: string;
padding: string;
border: string;
background: string;
};
export declare const getTooltipLabelStyle: (theme: DefaultTheme) => {
color: string;
fontWeight: 500;
fontSize: string;
};
export declare const getTooltipItemStyle: (theme: DefaultTheme) => {
color: string;
fontSize: string;
};
export declare const getTooltipCursorStyle: (theme: DefaultTheme) => {
stroke: string;
};
export declare const getAxisTickStyle: (theme: DefaultTheme) => {
stroke: string;
strokeWidth: number;
};