/** @format */

import { IDraggableGridProps, DraggableGrid } from './draggable-grid'

export { DraggableGrid }
export type { IDraggableGridProps }

export default DraggableGrid
