UNPKG

ayanami

Version:
11 lines (10 loc) 401 B
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;