UNPKG

@porsche-design-system/components-react

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

16 lines (15 loc) 450 B
import { Component } from 'react'; import type { JSX } from 'react'; /** * @slot {"name": "", "description": "Default slot for the scroller content." } */ export declare class DSRScroller extends Component<any> { host: HTMLElement; private isIndicatorPrevVisible; private isIndicatorNextVisible; private intersectionObserver; private scrollArea; private sentinelLeft; private sentinelRight; render(): JSX.Element; }