UNPKG

piral-tracker

Version:

Plugin for registering always-on components in Piral.

9 lines (8 loc) 246 B
import * as React from 'react'; export interface TrackerProps { } /** * The tracker component. Integrate this in a layout * where all the registered trackers should be active / running. */ export declare const Tracker: React.FC<TrackerProps>;