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