UNPKG

@legendapp/state

Version:
8 lines (7 loc) 270 B
/// <reference types="react" /> import { FCReactiveObject } from '@legendapp/state/react'; export declare function enableReactComponents(): void; declare module '@legendapp/state/react' { interface IReactive extends FCReactiveObject<JSX.IntrinsicElements> { } }