UNPKG

@legendapp/state

Version:
10 lines (9 loc) 342 B
import { ComponentClass, FC } from 'react'; import { BindKeys } from './reactInterfaces'; export interface IReactive { } export declare const Reactive: IReactive; export declare function configureReactive({ components, binders, }: { components?: Record<string, FC | ComponentClass<any>>; binders?: Record<string, BindKeys>; }): void;