UNPKG

magner

Version:

Universal admin panel magnetic to any backend

15 lines (12 loc) 345 B
export * from './pages'; export * from './routing'; export type { ProjectConfig } from './project'; export type { ManifestConfig } from './manifest'; export type { TranslationConfig } from './translation'; export type { DevelopmentConfig, ApiErrorType, SupportedValidators, ValidationField, ValidatorWrapper, } from './development';