react-native-thermometer
Version:
A customizable thermometer component for React Native applications
4 lines (3 loc) • 314 B
TypeScript
import React from "react";
export declare const clamp: (value: number, min: number, max: number) => number;
export declare const renderTicks: (tickCount: number, baseY: number, barHeight: number, maxTemperature: number, temperature: number, tickColor: string, highlightedTickColor: string) => React.JSX.Element[];