UNPKG

svelte-tabs-scrollable

Version:

a simple svelte scrollable tabs with a lot of additional features and with fully supporting of RTL mode

5 lines (4 loc) 260 B
export function _setScrollType(type: any): void; export function detectScrollType(): any; export function getNormalizedScrollLeft(element: any, direction: any): any; export function setNormalizedScrollLeft(element: any, scrollLeft: any, direction: any): void;