Type Alias TextAttrs

TextAttrs: {
    fill: string;
    font?: string;
    font-family?: string;
    font-size?: number;
    font-style?: string;
    font-weight?: string;
    fontSize?: number;
    text-anchor?: TextAnchor;
    text-decoration?: string;
    x?: number;
}