Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit c468833

Browse files
committed
chore: lint
1 parent 163ac0c commit c468833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/rpc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export interface FrameFunctions {
2-
onColorModeChange(mode: string): void
2+
onColorModeChange: (mode: string) => void
33
}
44

55
export interface ParentFunctions {
6-
onReady(info: ClientInfo): void
7-
onNavigate(path: string): void
6+
onReady: (info: ClientInfo) => void
7+
onNavigate: (path: string) => void
88
}
99

1010
// === Types ===

0 commit comments

Comments
 (0)