UNPKG

lml-main

Version:

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

7 lines (6 loc) 265 B
export interface CouriersFlagsState { active: string | null; expanded: string[]; } export declare const initialCourierFlagsState: CouriersFlagsState; export declare const couriersFlagsReducer: (state: CouriersFlagsState, action: any) => CouriersFlagsState;