This commit is contained in:
Mohamadzadeh 2026-06-15 14:51:31 +03:30
parent e35adf52af
commit cc19d8742a
2 changed files with 513 additions and 426 deletions

935
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -31,7 +31,9 @@ export {
getPermissions,
} from "./core/permission.jsx";
export { createApi, configureApi, getApi, api } from "./core/api.js";
export { createApi, configureApi, getApi, api, fetcher } from "./core/api.js";
export { createCrud } from "./core/crud";
export { BiProvider } from "./provider/BiProvider.jsx";