magner
Version:
Universal admin panel magnetic to any backend
7 lines (6 loc) • 333 B
TypeScript
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';