@studio-freight/react-lenis
Advanced tools
Comparing version 0.0.45 to 0.0.46-dev.0
import Lenis, { LenisOptions } from '@studio-freight/lenis'; | ||
import { ForwardRefExoticComponent, PropsWithoutRef, ReactNode, RefAttributes } from 'react'; | ||
export declare const LenisContext: any; | ||
export declare const LenisContext: Lenis | null; | ||
export declare function useLenis(callback: (lenis: Lenis) => void, deps?: Array<any>, priority?: number): Lenis | undefined; | ||
@@ -5,0 +5,0 @@ type ForwardRefComponent<P, T> = ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>>; |
{ | ||
"name": "@studio-freight/react-lenis", | ||
"version": "0.0.45", | ||
"version": "0.0.46-dev.0", | ||
"repository": { | ||
@@ -52,3 +52,3 @@ "type": "git", | ||
"@studio-freight/hamo": "^0.6.28", | ||
"@studio-freight/lenis": "^1.0.35-dev.0", | ||
"@studio-freight/lenis": "^1.0.39", | ||
"clsx": "^2.0.0", | ||
@@ -55,0 +55,0 @@ "zustand": "^4.4.7" |
@@ -101,8 +101,8 @@ ![NPM Version](https://img.shields.io/npm/v/%40studio-freight%2Freact-lenis?colorA=000000&colorB=ff98a2) | ||
This tool is maintained by the Studio Freight Darkroom team: | ||
This tool is maintained by the darkroom.engineering team: | ||
- Clement Roche ([@clementroche\_](https://twitter.com/clementroche_)) – [Studio Freight](https://studiofreight.com) | ||
- Guido Fier ([@uido15](https://twitter.com/uido15)) – [Studio Freight](https://studiofreight.com) | ||
- Leandro Soengas ([@lsoengas](https://twitter.com/lsoengas)) - [Studio Freight](https://studiofreight.com) | ||
- Franco Arza ([@arzafran](https://twitter.com/arzafran)) - [Studio Freight](https://studiofreight.com) | ||
- Clément Roche ([@clementroche\_](https://twitter.com/clementroche_)) – [darkroom.engineering](https://www.darkroom.engineering/) | ||
- Guido Fier ([@uido15](https://twitter.com/uido15)) – [darkroom.engineering](https://www.darkroom.engineering/) | ||
- Leandro Soengas ([@lsoengas](https://twitter.com/lsoengas)) - [darkroom.engineering](https://www.darkroom.engineering/) | ||
- Franco Arza ([@arzafran](https://twitter.com/arzafran)) - [darkroom.engineering](https://www.darkroom.engineering/) | ||
@@ -109,0 +109,0 @@ <br/> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94171