UNPKG

lml-main

Version:

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

6 lines (5 loc) 306 B
import { RootState } from '../../root'; import { TrackingApiState } from '../reducers'; import { TrackingModel } from '@lml/cosmo-ts-data'; export declare const getTrackingState: (state: RootState) => TrackingApiState; export declare const getTrackingById: (state: RootState, id: string) => TrackingModel;