UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

5 lines (4 loc) 184 B
/// <reference types="react" /> import { RouterContextValue } from "../types/router"; declare const _default: import("react").Context<RouterContextValue>; export default _default;