Skip to content

Commit 4983308

Browse files
fix: export missing type from anonymous identity hook (#527)
1 parent 0ab71e2 commit 4983308

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/old-pumas-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@frames.js/render": patch
3+
---
4+
5+
fix(@frames.js/render): export missing type for anonymous signer
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export {
22
type AnonymousFrameContext,
33
type AnonymousSigner,
4+
type AnonymousSignerInstance,
45
useAnonymousIdentity,
56
} from "./use-anonymous-identity";

0 commit comments

Comments
 (0)