UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

11 lines (10 loc) 316 B
import { NumberingFormatType } from "@aurigma/design-atoms-text/TextEditor"; export interface IListConfiguration { maxLevel: number; firstLineIndent: number; listIndent: number; levelIndent: number; tabOffset: number; bulletChar: string; numberingFormat: NumberingFormatType; }