@wener/console
Version:
Base console UI toolkit
6 lines (5 loc) • 344 B
text/typescript
// export { ActiveLink, type ActiveLinkProps } from './ActiveLink';
// export { NextNavLink, type NextNavLinkProps } from './NextNavLink';
export { AutoNavLink, ReactRouterNavLink, type AutoNavLinkProps } from './AutoNavLink';
export type { BaseNavLink, BaseNavLinkProps } from './BaseNavLink';
export { StaticNavLink } from './StaticNavLink';