UNPKG
@react95/clippy
Version:
alpha (2.0.3-alpha.0)
latest (2.0.2)
2.0.3-alpha.0
2.0.2
2.0.1
2.0.0
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.6-alpha.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.2-alpha.0
0.1.1
0.1.0
Our old good friend Clippy as a React Hook!
react95.github.io/React95
React95/React95
@react95/clippy
/
types
/
ClippyContext.d.ts
5 lines
(4 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
import
{
Agent
}
from
'clippyts'
;
export
declare
const
ClippyContext
:
import
(
"react"
).
Context
<{
clippy
:
Agent
|
undefined
; }>;