UNPKG

@tripetto/block-text

Version:

Text input (single-line) block for Tripetto.

10 lines (9 loc) 153 B
export type TMode = | "exact" | "not-exact" | "contains" | "not-contains" | "starts" | "ends" | "defined" | "undefined";