UNPKG

fractal-core

Version:

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

16 lines (15 loc) 391 B
import { Module } from '../core'; export declare const ChildComp: { state: { count: number; }; inputs: (s: any, F: any) => { inc: () => Promise<void>; changed: (value: any) => Promise<void>; }; actions: { Inc: () => (s: any) => any; }; interfaces: {}; }; export declare const createApp: (comp?: any, mod?: any) => Promise<Module>;