@egjs/flicking
Version:
Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
13 lines (9 loc) • 402 B
text/typescript
/*
* Copyright (c) 2015 NAVER Corp.
* egjs projects are licensed under the MIT license
*/
import Panel, { PanelBoundingBoxRange, PanelMarginInfo, PanelOptions } from "./Panel";
import VirtualPanel, { VirtualPanelOptions } from "./VirtualPanel";
export * from "./provider";
export { Panel, VirtualPanel };
export type { PanelOptions, PanelBoundingBoxRange, PanelMarginInfo, VirtualPanelOptions };