saydata
Version:
Saydata seamlessly integrates AI-driven analytics for your customers into your app. Designed for beautiful visualization. Engineered for simplicity.
16 lines (15 loc) • 651 B
TypeScript
import { SwitchProps } from "@mui/material";
export declare function stringToColor(string: string): string;
export declare function stringAvatar(email: string): {
sx: {
bgcolor: string;
width: number;
height: number;
};
children: string;
};
export declare function generateShades(baseColor: string, lightColor: string, numberOfShades: number): string[];
export declare function dataFormater(value: number): string;
export declare const StyledSwitch: import("@emotion/styled").StyledComponent<SwitchProps & {
shade: string;
} & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;