UNPKG

211 BTypeScriptView Raw
1export declare namespace Utils {
2 /**
3 * Clamp a dimension value to an integer >= 0.
4 */
5 function clampDimension(value: number): number;
6}
7export default Utils;
8//# sourceMappingURL=utils.d.ts.map
\No newline at end of file