magner
Version:
Universal admin panel magnetic to any backend
6 lines (5 loc) • 338 B
TypeScript
export type { RequestWrap, RequestFunc, RequestCallback, } from './api';
export type { ActionFunc, ActionCallback, ActionWrapper, } from './actions';
export type { AppStoreType } from './custom-store.type';
export type { TranslateData } from '../../utils/core/translate';
export type { MixedChecker } from '../../utils/core/mixed-check';