UNPKG

@paperbits/core

Version:
11 lines (10 loc) 252 B
import { Contract } from "@paperbits/common"; /** * Mark, e.g. "bold", "italic", "underlined", etc. */ export interface MarkContract extends Contract { /** * Data associated with an instance of the mark. */ attrs?: any; }