UNPKG

@tripetto/block-checkboxes

Version:

Checkboxes block for Tripetto.

11 lines (10 loc) 310 B
/** Dependencies */ import { ConditionBlock } from "@tripetto/builder"; import { Checkbox } from "../checkbox"; export declare class CheckboxCondition extends ConditionBlock { checkbox: Checkbox | undefined; checked: boolean; get icon(): string; get name(): string; defineEditor(): void; }