UNPKG

fastapi-rtk

Version:

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

27 lines (26 loc) 1.54 kB
export { Actions } from './ActionIcons/Actions'; export { Add } from './ActionIcons/Add/Add'; export { Delete } from './ActionIcons/Delete/Delete'; export { Download } from './ActionIcons/Download/Download'; export { Edit } from './ActionIcons/Edit/Edit'; export { Refresh } from './ActionIcons/Refresh/Refresh'; export { Upload } from './ActionIcons/Upload/Upload'; export { View } from './ActionIcons/View/View'; export * from './Dialogs'; export * from './Modals'; export * from './sub-packages-exporter'; export { useApi } from './hooks/api/useApi'; export { useBulkActions } from './hooks/api/useBulkActions'; export { useForms } from './hooks/api/useForms'; export { useAuth } from './hooks/auth/useAuth'; export { useInfo } from './hooks/auth/useInfo'; export { UserMenu } from './Menu/UserMenu/UserMenu'; export { LanguageSelector } from './Selectors/LanguageSelector'; export { ApiProvider } from './Wrappers/ApiProvider/ApiProvider'; export { InfiniteScroll } from './Wrappers/InfiniteScroll/InfiniteScroll'; export { LazyLoadWrapper } from './Wrappers/LazyLoadWrapper/LazyLoadWrapper'; export { Provider } from './Wrappers/Provider/Provider'; export { Filter } from './Tables/DataGrid/Toolbar/Filter/Filter'; export { useLang, useTranslation } from './hooks/lang/useLang'; export { DataGrid, DataGrid as Datagrid } from './Tables/DataGrid/DataGrid'; export { NextGenDataGrid, NextGenDataGrid as NextGenDatagrid, NextGenDataGrid as NextGendatagrid, NextGenDataGrid as Nextgendatagrid } from './Tables/NextGenDataGrid/NextGenDataGrid';