Type Alias TextPathAttr

TextPathAttr: {
    fontStyle: string;
    pos: PointLike;
    text: string;
    type?: "text";
}