UNPKG
@area2-ai/a2-react-keystroke-package
Version:
dev (1.1.3-0)
latest (2.3.3)
next-gen (2.0.0-0)
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
2.0.0-0
1.1.3-0
1.1.2-0
1.1.1
1.1.0
1.0.0
0.1.2
0.1.1
0.1.0
# a2-react-keystroke-package
docs.area2-ai.com
@area2-ai/a2-react-keystroke-package
/
dist
/
index.d.ts
5 lines
(4 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
export
{ A2Textbox }
from
'./components'
;
export
{
Area2Provider
}
from
'./context'
;
export
{ useKeystrokeBuilder
as
useCipherCapture }
from
'./hooks'
;
export
type
{
TargetPlatform
, A2CapturePayload }
from
'./interfaces'
;