@maxweek/react-scroller
Advanced tools
Comparing version 1.1.20 to 1.1.21
import React, { ReactNode } from "react"; | ||
import { Scroller } from "./scroller"; | ||
export interface IScroller { | ||
children: ReactNode; | ||
children?: ReactNode; | ||
needBar?: boolean; | ||
@@ -6,0 +6,0 @@ barAltPosition?: boolean; |
{ | ||
"name": "@maxweek/react-scroller", | ||
"description": "Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "Max Nedelko", |
Sorry, the diff of this file is not supported yet
61785