UNPKG

fractal-core

Version:

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

10 lines (9 loc) 331 B
import { Actions, Inputs, Interfaces, StyleGroup, State } from '../core'; export declare const state: State; export declare type S = typeof state; export declare const inputs: Inputs<S>; export declare const actions: Actions<S>; export declare const interfaces: Interfaces; export declare const groups: { style: StyleGroup; };