UNPKG

svelte-tabs-scrollable

Version:

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

6 lines (4 loc) 113 B
'use strict'; export default function ownerDocument(node) { return (node && node.ownerDocument) || document; }