@maxweek/react-scroller
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -47,3 +47,2 @@ import React, { ReactNode } from "react"; | ||
} | ||
export * from './scroller'; | ||
export default Scroller; |
@@ -745,4 +745,3 @@ import Ie, { forwardRef as fr, useRef as Q, useState as dr, useEffect as U, useImperativeHandle as vr } from "react"; | ||
export { | ||
mr as Scroller, | ||
mr as default | ||
}; |
/// <reference types="react" /> | ||
import "./styles.css"; | ||
import "./styles.scss"; | ||
import { IScroller, IScrollerRef } from "."; | ||
export declare const Scroller: import("react").ForwardRefExoticComponent<IScroller & import("react").RefAttributes<IScrollerRef>>; |
{ | ||
"name": "@maxweek/react-scroller", | ||
"description": "Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "Max Nedelko", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58919
902