@aurigma/design-atoms
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
14 lines (13 loc) • 413 B
TypeScript
export declare class XmlListStyles {
static alignment: string;
static firstLineIndent: string;
static spaceAfter: string;
static spaceBefore: string;
static leftIndent: string;
static rightIndent: string;
static listType: string;
static bulletChar: string;
static bulletNumberTabPosition: string;
static numberMode: string;
static numberStartAt: string;
}