magner
Version:
Universal admin panel magnetic to any backend
18 lines (13 loc) • 350 B
text/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 'lib/utils/core/translate';
export type { MixedChecker } from 'lib/utils/core/mixed-check';