Variable useLegendStoreConst
useLegendStore: StoreDefinition<
"legend",
Pick<
LegendStore,
| "children"
| "legendConfig"
| "headerControls"
| "multilineItems"
| "maxLines",
>,
Pick<LegendStore, never>,
Pick<LegendStore, "addItem" | "removeItem" | "replaceItem">,
> = ...