Skip to content

Commit ea629d8

Browse files
committed
feat: update
1 parent 18d1c92 commit ea629d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+7114
-3536
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { useState } from '../../states'
2+
3+
export const usePerun = () => {
4+
const { perunState } = useState()
5+
// TODO: Register some callbacks here if needed.
6+
return perunState
7+
}

0 commit comments

Comments
 (0)