UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
ts
/
utils
/
applyTheme.d.ts
3 lines
(2 loc)
•
175 B
TypeScript
View Raw
1
2
3
import
*
as
React
from
'react'
;
export
declare
function
applyTheme<
ThemeConfig
>(
Comp
:
React
.
FunctionComponent
<
any
>,
theme
:
ThemeConfig
): <
Props
>
(
props
:
Props
) =>
JSX
.
Element
;