Skip to content

Commit

Permalink
chore: fix type inference
Browse files Browse the repository at this point in the history
  • Loading branch information
work-kevin-flynn committed Nov 15, 2024
1 parent abb52e6 commit 71cfe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ export function initBridge({ baseConfig, wallets, didConfig }: IConfigProps): IB
};
}

export * as PortkeyDid from '@portkey/did-ui-react';
export { GuardianApprovedItem } from '@portkey/did-ui-react';

// export { demoFn } from './ui';

0 comments on commit 71cfe63

Please sign in to comment.