Preparing search index...
The search index is not available
biorate
biorate
i18n
ParseInterpolationValues
Type alias ParseInterpolationValues<Ret>
Parse
Interpolation
Values
<
Ret
>
:
Ret
extends
`
${
string
}
${
_InterpolationPrefix
}
${
infer
Value
}
${
_InterpolationSuffix
}
${
infer
Rest
}
`
?
(
Value
extends
`
${
infer
ActualValue
}
,
${
string
}
`
?
ActualValue
:
Value
)
|
ParseInterpolationValues
<
Rest
>
:
never
Parse t function return type and interpolation values *
Type Parameters
Ret
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
biorate
Loading...
Parse t function return type and interpolation values *