1
0
Fork 0
react-playground/node_modules/@mui/material/esm/useScrollTrigger/useScrollTrigger.d.ts

6 lines
No EOL
216 B
TypeScript

export interface UseScrollTriggerOptions {
disableHysteresis?: boolean;
target?: Node | Window | null;
threshold?: number;
}
export default function useScrollTrigger(options?: UseScrollTriggerOptions): boolean;