UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 195 B
/// <reference types="react" /> import type { ScrollShadowProps } from './type'; declare const ScrollShadow: import("react").NamedExoticComponent<ScrollShadowProps>; export default ScrollShadow;