UNPKG

fastapi-rtk

Version:

A React component library for FastAPI in combination with FastAPI React Toolkit backend, built with Mantine, JsonForms, and Zustand.

9 lines (8 loc) 434 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const useProxy = require("./useProxy/useProxy.cjs"); const compareStateWithStore = require("./utils/compareStateWithStore.cjs"); const createProxy = require("./utils/createProxy.cjs"); exports.useProxy = useProxy.useProxy; exports.compareStateWithStore = compareStateWithStore.compareStateWithStore; exports.createProxy = createProxy.createProxy;