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
/
components
/
Appearance.d.ts
8 lines
(7 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
Props
{
children
:
Function
;
props
:
Record
<
string
,
any
> |
string
;
theme
:
Record
<
string
,
any
>; }
declare
const
_default
:
(
{ children, props, theme }:
Props
) =>
any
;
export
default
_default;