We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8ce57 commit 9fe4a63Copy full SHA for 9fe4a63
src/compile/legend/component.ts
@@ -43,7 +43,7 @@ const LEGEND_COMPONENT_PROPERTY_INDEX: Flag<keyof LegendComponentProps> = {
43
44
export const LEGEND_COMPONENT_PROPERTIES = keys(LEGEND_COMPONENT_PROPERTY_INDEX);
45
46
-export class LegendComponent extends Split<LegendComponentProps> { }
+export class LegendComponent extends Split<LegendComponentProps> {}
47
48
export type LegendComponentIndex = Partial<Record<NonPositionScaleChannel, LegendComponent>>;
49
0 commit comments