import { Inspectable } from "./preview"; export type BlockProps = Inspectable; export type Block = B & BlockProps; //# sourceMappingURL=block.d.ts.map