UNPKG

@kalamazoo/theme

Version:
8 lines (7 loc) 210 B
interface Props { children: Function; props: Record<string, any> | string; theme: Record<string, any>; } declare const _default: ({ children, props, theme }: Props) => any; export default _default;