UNPKG

x-view-model

Version:

A lightweight, type-safe MVVM state management solution for React applications. Features reactive updates, computed properties, and deep path selection with minimal bundle size.

3 lines (2 loc) 126 B
import { PropsWithChildren } from "react"; export declare const DevTools: ({ children }: PropsWithChildren) => JSX.Element;