@naarni/design-system
Version:
Naarni React Native Design System for EV Fleet Apps
25 lines • 501 B
TypeScript
export declare const styles: {
container: {
flex: number;
};
canvas: {
flex: number;
};
axisLabel: {
fontSize: number;
fontWeight: "400";
};
xAxisLabel: {
fontSize: number;
fontWeight: "400";
textAlign: "center";
minWidth: number;
};
yAxisLabel: {
fontSize: number;
fontWeight: "400";
textAlign: "right";
minWidth: number;
};
};
//# sourceMappingURL=styles.d.ts.map