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
/
utils
/
getTheme.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
Theme
,
ThemeProps
}
from
'../types'
;
export
default
function
getTheme
(
props?: ThemeProps
):
Theme
;