UNPKG

fluid-meter

Version:

a dependency free library that draws a circular meter where progress is displayed as the amount of liquid on it

7 lines (6 loc) 250 B
declare type BreakpointValueConfig = { resolution: number; value: number; }; declare const getResponsiveValue: (screenWidth: number, responsiveConfigs: BreakpointValueConfig[]) => number; export { BreakpointValueConfig, getResponsiveValue };