import usage from "./usage"; import hideScrollbar from "./hide-scrollbar"; import customSize from "./custom-size"; import horizontal from "./horizontal"; import offset from "./offset"; export const scrollShadowContent = { usage, hideScrollbar, customSize, horizontal, offset, };