Skip to content

Commit

Permalink
group: export type to fix TS module issue
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Dec 20, 2024
1 parent 0cb4bc8 commit 548f65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visx-group/src/Group.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import cx from 'classnames';

type GroupProps = {
export type GroupProps = {
/** Top offset applied to `<g/>`. */
top?: number;
/** Left offset applied to `<g/>`. */
Expand Down

0 comments on commit 548f65a

Please sign in to comment.