bireactive - v0.3.1
Interface Mount
interface
Mount
{
root
:
AnyShape
;
<
T
extends
AnyShape
>
(
shape
:
T
)
:
T
;
<
T
extends
AnyShape
[]
>
(
...
shapes
:
T
)
:
T
;
}
Mount
<
T
extends
AnyShape
>
(
shape
:
T
)
:
T
Type Parameters
T
extends
AnyShape
Parameters
shape
:
T
Returns
T
Mount
<
T
extends
AnyShape
[]
>
(
...
shapes
:
T
)
:
T
Type Parameters
T
extends
AnyShape
[]
Parameters
...
shapes
:
T
Returns
T
Index
Properties
root
Properties
Readonly
root
root
:
AnyShape
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
root
Demo
bireactive - v0.3.1