ayanami
Version:
A better way to react with state
11 lines (10 loc) • 401 B
TypeScript
export interface ActionSymbols {
decorator: symbol;
actions: symbol;
}
export declare const effectSymbols: ActionSymbols;
export declare const reducerSymbols: ActionSymbols;
export declare const immerReducerSymbols: ActionSymbols;
export declare const defineActionSymbols: ActionSymbols;
export declare const allActionSymbols: ActionSymbols[];
export declare const ikariSymbol: unique symbol;