Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
不狸 committed Feb 16, 2022
1 parent a1be0cf commit b7b372f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/f2/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export interface PolygonProps extends IntrinsicElementsProps {
attrs?: PolygonAttrs;
}

export type PolylineAttrs = Partial<SupportPx<Types.LineAttrs>>;
export type PolylineAttrs = Partial<SupportPx<Types.PolylineAttrs>>;
export interface PolylineProps extends IntrinsicElementsProps {
attrs?: PolylineAttrs;
}
Expand Down

0 comments on commit b7b372f

Please sign in to comment.