UI.d.ts 285 B

1234567
  1. import { RemoveScrollUIType, IRemoveScrollSelfProps } from './types';
  2. export type { IRemoveScrollSelfProps, RemoveScrollUIType };
  3. /**
  4. * Removes scrollbar from the page and contain the scroll within the Lock
  5. */
  6. declare const RemoveScroll: RemoveScrollUIType;
  7. export { RemoveScroll };