Nativescript Doc
Preparing search index...
The search index is not available
Nativescript UI Material Components
Nativescript UI Material Components
@nativescript-community/ui-material-core
mixin
Function mixin
mixin
<
T1
,
T2
>
(
mix1
,
mix2
)
:
(
new
(
...
args
)
=>
InstanceType
<
T1
>
&
InstanceType
<
T2
>
)
&
T1
&
T2
Type Parameters
T1
extends
Constructor
<
{}
>
T2
extends
Constructor
<
{}
>
Parameters
mix1
:
T1
mix2
:
T2
Returns
(
new
(
...
args
)
=>
InstanceType
<
T1
>
&
InstanceType
<
T2
>
)
&
T1
&
T2
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Nativescript UI Material Components
Loading...