Skip to content

Commit

Permalink
chore: delete unneed types exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
danpeen committed Mar 4, 2025
1 parent bb71a4a commit 2afd6a7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions packages/bridge/bridge-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
export { createRemoteComponent } from './remote/create';
export { createBridgeComponent } from './provider/create';
export type {
ProviderParams,
RenderFnParams,
ProviderFnParams,
RootType,
Root,
CreateRootOptions,
DestroyParams,
RenderParams,
RemoteComponentParams,
RemoteComponentProps,
} from './types';
export type { ProviderParams, RenderFnParams } from './types';

0 comments on commit 2afd6a7

Please sign in to comment.