Skip to content

Commit

Permalink
fix(@rspc/react): make sure type-only export gets stripped from .mjs …
Browse files Browse the repository at this point in the history
…files (#293)

fix #291
  • Loading branch information
jedwards1211 committed Jul 10, 2024
1 parent 5e7c1ef commit cff0b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
useEffect,
} from "react";

export { BaseOptions } from "@rspc/query-core";
export type { BaseOptions } from "@rspc/query-core";

export interface SubscriptionOptions<TOutput> {
enabled?: boolean;
Expand Down

0 comments on commit cff0b23

Please sign in to comment.