/*
 * Copyright (c) 2015 NAVER Corp.
 * egjs projects are licensed under the MIT license
 */
import Panel, { PanelOptions } from "./Panel";
import VirtualPanel from "./VirtualPanel";

export * from "./provider";

export {
  Panel,
  VirtualPanel
};

export type {
  PanelOptions
};
