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
/
es2015
/
ReactStateWrapperNoChildren.d.ts
6 lines
(5 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
React
from
'react'
;
import
{
ReactStateWrapper
}
from
'./ReactStateWrapper'
;
export
declare
class
ReactStateWrapperNoChildren
extends
ReactStateWrapper
{
render
():
React
.
CElement
<
any
,
React
.
Component
<
any
,
any
,
any
>> |
null
; }