/* * 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 };