Type alias InputLabel

InputLabel: InputShape & {
    text?: string;
    svg?: LabelRenderingOptions;
}

Type declaration