Preparing search index...
The search index is not available
Color.js API Docs - v0.7.0
Color.js API Docs
color
ToColorNamespace
Type Alias ToColorNamespace<T>
To
Color
Namespace
<
T
>
:
T
extends
(
(
...
args
:
infer
A
)
=>
infer
R
)
?
T
extends
{
returns
:
"color"
;
}
?
(
(
...
args
:
A
)
=>
Color
)
:
(
(
...
args
:
A
)
=>
R
)
:
never
Convert a function to a Color namespace property (returning a Color)
Type Parameters
T
extends
(
(
...
args
:
any
[]
)
=>
any
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Color.js API Docs - v0.7.0
Loading...
Convert a function to a Color namespace property (returning a Color)