Type alias TextStyle

TextStyle: {
    [line: number | string]: {
        [char: number | string]: TextStyleDeclaration;
    };
}

Type declaration

Generated using TypeDoc