Interface IStyleSettings

Interface Styles

interface IStyleSettings {
    fontFamily: string;
    lineHeight: number;
}

Properties

fontFamily: string
lineHeight: number