UNPKG

siegel

Version:

Web application development ecosystem

7 lines (6 loc) 214 B
import type { Component, Props } from './types'; declare const componentID = "-ui-internal_link"; declare const NavLink: Component; export default NavLink; export { componentID }; export type { Component, Props };