@spaced-out/ui-design-system
Version:
Sense UI components library
18 lines • 652 B
TypeScript
import type { ChartOptions } from '../../types/charts';
export declare const bodySmallSecondary: {
readonly color: "#565656";
readonly fontSize: "12px";
readonly fontWeight: "400";
readonly letterSpacing: "0.04em";
readonly fontFamily: "Centra No 2";
readonly fontStyle: "normal";
readonly margin: 0;
readonly display: "flex";
readonly alignItems: "center";
};
/**
* This function modifies the the common chart behavior to spider chart default behavior.
* It will not take userPassed option into account.
*/
export declare const getSpiderChartOptions: () => ChartOptions;
//# sourceMappingURL=spiderChart.d.ts.map