UNPKG

@tripetto/block-statement

Version:

Statement block for Tripetto.

8 lines (7 loc) 256 B
import { NodeBlock } from "@tripetto/runner"; export interface IStatement { readonly imageURL?: string; readonly imageWidth?: string; readonly imageAboveText?: boolean; } export declare abstract class Statement extends NodeBlock<IStatement> {}