UNPKG

@impossiblefinance/uikit

Version:
11 lines (10 loc) 224 B
import React from "react"; declare type NavProps = { href?: string; text: string; isActive?: boolean; isNewTab?: boolean; onClick?: Function; }; declare const Nav: React.FC<NavProps>; export default Nav;