UNPKG

dbl-components

Version:

Framework based on bootstrap 5

14 lines (13 loc) 309 B
export default class NavLink extends Component { static propTypes: any; tag: any; get componentProps(): { strict: any; 'aria-current': any; to: any; replace: any; ref: any; component: any; }; } import Component from "../component";