UNPKG
@kalamazoo/theme
Version:
latest (1.0.1)
1.0.1
1.0.0
The Atlaskit theme framework
github.com/stevenselcuk/kalamazoo
stevenselcuk/kalamazoo
@kalamazoo/theme
/
dist
/
cjs
/
hoc.d.ts
3 lines
(2 loc)
•
150 B
TypeScript
View Raw
1
2
3
import
{
ComponentType
}
from
'react'
;
export
declare
function
withTheme<
Props
>(
InnerComponent
:
ComponentType
<
Props
>):
(
props
:
Props
) =>
JSX
.
Element
;