UNPKG
@action-land/component
Version:
latest (8.4.2)
8.4.2
8.4.1
8.4.0
8.3.0
8.2.0
8.1.1
8.1.0
8.0.0
7.0.1
7.0.0
6.0.0
5.1.0
5.0.0
4.6.2
4.6.1
4.6.0
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.0.0
2.0.1
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Basic interface for a component
github.com/action-land/action-land
action-land/action-land
@action-land/component
/
index.d.ts
5 lines
(4 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
export
{
AutoForward
}
from
'./src/autoForward'
;
export
{
Component
,
COM
}
from
'./src/component'
;
export
{
ComponentNext
}
from
'./src/componentNext'
;
export
{
ComponentProps
}
from
'./types/componentProps'
;