import { GridProps } from "./type.mjs";
import Grid from "./Grid.mjs";
export { type GridProps, Grid as default };