krypton-vite-demo
Version:
16 lines (15 loc) • 436 B
TypeScript
import { ColorMetricProps, SizeMetricProps } from "../types";
export declare const colorMetric: ColorMetricProps;
export declare const sizeMetric: SizeMetricProps;
export declare const screenSize: {
mobile: string;
tablet: string;
desktop: string;
};
export declare const device: {
mobile: string;
tablet: string;
desktop: string;
};
export declare const indexTooltip = 10;
export declare const indexModal = 20;