Skip to content

Commit

Permalink
fix: added missing type keyword on Row type export
Browse files Browse the repository at this point in the history
  • Loading branch information
erictooth committed Apr 15, 2023
1 parent dc3e57e commit a0f2de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/types/Row.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { type Row } from "../../core";

export { Row };
export { type Row };

0 comments on commit a0f2de9

Please sign in to comment.