@egjs/flicking
Version:
Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
6 lines (5 loc) • 306 B
TypeScript
import Panel, { PanelBoundingBoxRange, PanelMarginInfo, PanelOptions } from "./Panel";
import VirtualPanel, { VirtualPanelOptions } from "./VirtualPanel";
export * from "./provider";
export { Panel, VirtualPanel };
export type { PanelOptions, PanelBoundingBoxRange, PanelMarginInfo, VirtualPanelOptions };