import { BlockProps } from "./type.mjs";
import Block from "./Block.mjs";
export { type BlockProps, Block as default };