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