UNPKG

lml-main

Version:

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

5 lines (4 loc) 306 B
import { AppState } from '../../common/reducers'; export declare const consolidationIsActive: (state: AppState, refId: string) => boolean; export declare const consolidationIsExpanded: (state: AppState, refId: string) => boolean; export declare const getActiveConsolidationId: (state: AppState) => string;