mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-05 22:26:13 +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;
|
||||
}
|
||||
|
||||
module.exports = clamp;
|
||||
export default clamp;
|
||||
|
||||
Reference in New Issue
Block a user