UNPKG

fastapi-rtk

Version:

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

7 lines (6 loc) 183 B
import { default as React } from 'react'; export function UserMenu({ basePath, Target, children }: { basePath?: string; Target: any; children: any; }): React.JSX.Element;