This website requires JavaScript.
Explore
Help
Register
Sign In
expdsn
/
ai-bot
Watch
1
Star
0
Fork
You've already forked ai-bot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
ai-bot
/
app
/
_lib
/
atom.ts
6 lines
101 B
TypeScript
Raw
Permalink
Blame
History
import
{
atom
}
from
'jotai'
;
// 定义一个简单的原子
export
const
linkTypeAtom
=
atom
(
''
)
;
Reference in New Issue
View Git Blame
Copy Permalink