Type alias StrictLabel

StrictLabel: StrictShape & {
    text?: string;
    svg?: LabelRenderingOptions;
}

Type declaration