UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

5 lines (4 loc) 280 B
import { SIZES } from "./../../../constants/sizes"; export type Size = (typeof SIZES)[keyof typeof SIZES]; export declare const calculatePercentage: (value: number, min: number, max: number) => number; export declare const getProgressBarClassNames: (value: number) => string;