@brightlayer-ui/react-native-progress-icons
Version:
React Native progress icons for Brightlayer UI applications
14 lines (13 loc) • 358 B
TypeScript
export declare const rangeValue: (value: number, min: number, max: number) => number;
export declare const getCoordinates: (percent: number, radius?: number) => {
x: number;
y: number;
};
export declare const defaultProps: {
percent: number;
size: number;
ring: number;
outlined: boolean;
charging: boolean;
color: string;
};