UNPKG

core-native

Version:

A lightweight framework based on React Native + Redux + Redux Saga, in strict TypeScript.

5 lines 334 B
/** * To mark state.loading[identifier] during action execution. */ export declare function Loading(identifier?: string): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<import("../module").ActionHandler>) => TypedPropertyDescriptor<import("../module").ActionHandler>; //# sourceMappingURL=Loading.d.ts.map