File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
projects/js-packages/charts/src/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import { LegendOrdinal } from '@visx/legend' ;
2
- import { GlyphProps , LineStyles } from '@visx/xychart' ;
2
+ import type { GlyphProps , LineStyles } from '@visx/xychart' ;
3
3
import type { ComponentProps , CSSProperties , ReactNode } from 'react' ;
4
4
5
5
// See https://airbnb.io/visx/docs/legend#Ordinal for more details.
Original file line number Diff line number Diff line change 1
- import { CircleSubjectProps } from '@visx/annotation/lib/components/CircleSubject' ;
2
- import { ConnectorProps } from '@visx/annotation/lib/components/Connector' ;
3
- import { LabelProps } from '@visx/annotation/lib/components/Label' ;
4
- import { LineSubjectProps } from '@visx/annotation/lib/components/LineSubject' ;
1
+ import type { CircleSubjectProps } from '@visx/annotation/lib/components/CircleSubject' ;
2
+ import type { ConnectorProps } from '@visx/annotation/lib/components/Connector' ;
3
+ import type { LabelProps } from '@visx/annotation/lib/components/Label' ;
4
+ import type { LineSubjectProps } from '@visx/annotation/lib/components/LineSubject' ;
5
5
6
6
export type AnnotationStyles = {
7
7
circleSubject ?: Omit < CircleSubjectProps , 'x' | 'y' > & { fill ?: string } ;
You can’t perform that action at this time.
0 commit comments