export { ShapeOpacity, } from './WhiteBoard/core/index';
export type { DrawingTool, ShapeOptions, IColor, FabricObject, } from './WhiteBoard/core/index';
export { keyNames, hotkeys, } from './WhiteBoard/core/hotKeys';
import WhiteBoard from './WhiteBoard/core/index';
export default WhiteBoard;
