UNPKG

smart-react-components

Version:

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

11 lines (10 loc) 292 B
import { JSXChildren, JSXElementProps } from "../props"; import { Path } from "../types/router"; export default interface Props { children?: JSXChildren; elementProps?: JSXElementProps; to: string; path?: Path; exact?: boolean; emptyQueryActive?: boolean; }