UNPKG
@mingoo/amotify
Version:
latest (0.0.0)
0.0.0
UI FW for React
github.com/IkkoKoyama/amotify
IkkoKoyama/amotify
@mingoo/amotify
/
dist
/
atoms
/
index.d.ts
5 lines
(4 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
Box
}
from
'./Box'
;
export
*
from
'./Box'
;
declare
let
test
:
string
;
export
{ test };