UNPKG

react-scroll-shadow

Version:

Pure CSS shadow to indicate more content in scrollable area

9 lines (8 loc) 310 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./scroll-shadow")); var scroll_shadow_1 = require("./scroll-shadow"); exports.default = scroll_shadow_1.ScrollShadow;