geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
7 lines • 441 B
TypeScript
export declare const trendBoxStyles: (props?: ({
trend?: "0" | "1" | "-1" | "null" | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
export declare const trendValueStyles: (props?: ({
trend?: "0" | "1" | "-1" | "null" | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
//# sourceMappingURL=report-snippet-view-style.d.ts.map