paradiego
This commit is contained in:
7
node_modules/@mui/material/useScrollTrigger/useScrollTrigger.d.ts
generated
vendored
Normal file
7
node_modules/@mui/material/useScrollTrigger/useScrollTrigger.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface UseScrollTriggerOptions {
|
||||
disableHysteresis?: boolean;
|
||||
target?: Node | Window;
|
||||
threshold?: number;
|
||||
}
|
||||
|
||||
export default function useScrollTrigger(options?: UseScrollTriggerOptions): boolean;
|
||||
Reference in New Issue
Block a user