mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-29 17:12:37 +00:00
Fix clamp csj usage
This commit is contained in:
@@ -20,4 +20,4 @@ function clamp(min: number, value: number, max: number): number {
|
|||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = clamp;
|
export default clamp;
|
||||||
|
|||||||
Reference in New Issue
Block a user