block-literal.d.ts 135 B

12
  1. import { BlockLiteral, BlockValue } from "../types";
  2. export declare function createBlockLiteral(blockValue: BlockValue): BlockLiteral;