UNPKG

gather-content-ui

Version:
24 lines (23 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "Windowing", { enumerable: true, get: function get() { return _Windowing.Windowing; } }); var _WindowingList = require("./WindowingList"); var _WindowingItem = require("./WindowingItem"); var _WindowingScroller = require("./WindowingScroller"); var _Windowing = require("./Windowing"); // @ts-expect-error TS(2339): Property 'List' does not exist on type '{ ({ child... Remove this comment to see the full error message _Windowing.Windowing.List = _WindowingList.WindowingList; // @ts-expect-error TS(2339): Property 'Item' does not exist on type '{ ({ child... Remove this comment to see the full error message _Windowing.Windowing.Item = _WindowingItem.WindowingItem; // @ts-expect-error TS(2339): Property 'Scroller' does not exist on type '{ ({ c... Remove this comment to see the full error message _Windowing.Windowing.Scroller = _WindowingScroller.WindowingScroller; // @ts-expect-error TS(2339): Property 'Context' does not exist on type '{ ({ ch... Remove this comment to see the full error message _Windowing.Windowing.Context = _Windowing.WindowingContext; //# sourceMappingURL=index.js.map