UNPKG

jattac.react.recents

Version:

A React component and utility for tracking and displaying recent browser locations and URLs.

6 lines (5 loc) 106 B
export default interface ILocation { windowTitle: string; url: string; lastVisited: string; }