UNPKG

fractal-core

Version:

A minimalist and well crafted app, content or component is our conviction

8 lines (7 loc) 294 B
import { Interface, Handler } from '../../core'; import { default as _h } from './h'; import { VNode as _VNode } from './vnode'; export declare const h: typeof _h; export declare type VNode = _VNode; export declare type View<S> = Interface<VNode, S>; export declare const viewHandler: Handler;