UNPKG

@rsksmart/rif-ui

Version:

Exposes common components to be re used in RIF projects

9 lines (8 loc) 209 B
import { FC } from 'react'; export interface StyledNavTabProps { label: string; to: string; value: string; } declare const StyledNavTab: FC<StyledNavTabProps>; export default StyledNavTab;