mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
public commit
This commit is contained in:
12
app/src/index.ts
Normal file
12
app/src/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export { App, type AppConfig, type CreateAppConfig } from "./App";
|
||||
|
||||
export { MediaField } from "media/MediaField";
|
||||
export {
|
||||
getDefaultConfig,
|
||||
getDefaultSchema,
|
||||
type ModuleConfigs,
|
||||
type ModuleSchemas
|
||||
} from "modules/ModuleManager";
|
||||
|
||||
export * from "./adapter";
|
||||
export { Api, type ApiOptions } from "./Api";
|
||||
Reference in New Issue
Block a user