UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

4 lines (3 loc) 185 B
export declare const SCROLLER_DIRECTION: readonly ["prev", "next"]; export type ScrollerDirection = (typeof SCROLLER_DIRECTION)[number]; export declare const SCROLL_MARGIN_INLINE = 48;