UNPKG

208 BTypeScriptView Raw
1type withClampType = <T extends number | string>(config: {
2 min?: T;
3 max?: T;
4}, clampedAnimation: T) => T;
5export declare const withClamp: withClampType;
6export {};
7//# sourceMappingURL=clamp.d.ts.map
\No newline at end of file