interface Attrs {
    label: string;
    shape: string;
    [key: string]: string;
}

Indexable

  • [key: string]: string

Properties

Properties

label: string
shape: string