UNPKG
@dunite/au-react-wrapper
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
React wrappers for Aurelia
magnusdanielson.github.io/au-fluent-ui/
magnusdanielson/aureactwrapper
@dunite/au-react-wrapper
/
dist
/
amd
/
IAuReactWrapper.d.ts
7 lines
(6 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ReactStateWrapper
}
from
'./ReactStateWrapper'
;
export
interface
IAuReactWrapper
{
element
:
HTMLElement
;
reactComponent
:
ReactStateWrapper
;
parent
:
any
; }