UNPKG
@devextreme/runtime
Version:
latest (3.0.13)
4.0.0
3.0.13
3.0.12
3.0.11
3.0.10
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.4
DevExtreme virtual DOM common components
@devextreme/runtime
/
cjs
/
inferno
/
portal.d.ts
7 lines
(6 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
type
PortalProps
= {
container
?:
HTMLElement
|
null
;
children
:
any
; };
export
declare
const
Portal
:
(
{ container, children }:
PortalProps
) =>
any
;
export
{};