github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
typedefs
PrefixProps
Type Alias PrefixProps<T, PRE>
Prefix
Props
<
T
,
PRE
>
:
{
[
K
in
keyof
T
&
string
as
`
${
PRE
}
${
K
}
`
]
:
T
[
K
]
}
add a prefix
PRE
to all property names of object
T
Type Parameters
T
PRE
extends
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
add a prefix
PRE
to all property names of objectT