UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines (5 loc) 256 B
export interface AutoAllocationState { autoAllocationGlobal: boolean; } export declare const initialAutoAllocationState: AutoAllocationState; export declare const autoAllocationReducer: (state: AutoAllocationState, action: any) => AutoAllocationState;