import AppWindow from './AppWindow'; export type { WindowProps } from './type'; export { FOOTER_HEIGHT, LEFT_SIDEBAR, RIGHT_SIDEBAR, VIEWER_HEIGHT, VIEWER_WIDTH, animationDuration } from './constant'; export * from './style'; export default AppWindow;