UNPKG

gadgets

Version:

Reusable React UI widgets - This is my widget library. There are many like it, but this one is mine...

8 lines (7 loc) 182 B
import { Sizing } from "./sizing"; export interface BaseState { children?: any; sizing?: Sizing; style?: any; } export declare function getDefaultBaseState(): BaseState;