plugins.Header.SimpleHeader.Menu.NavItems.Links.OuterLink.tsx Maven / Gradle / Ivy
import React from 'react'
import { NavItem } from 'reactstrap'
import classNames from 'classnames'
import { Link } from './InnerLink'
export function OuterLink({ children, className, href, target, style }: Link) {
return (
{children}
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy