@primer/react
Version:
An implementation of GitHub's Primer Design System using React
8 lines • 467 B
TypeScript
import type { UnderlineNavProps } from './UnderlineNav';
import type { UnderlineNavItemProps } from './UnderlineNavItem';
declare const UnderlineNav: import("react").ForwardRefExoticComponent<UnderlineNavProps & import("react").RefAttributes<unknown>> & {
Item: import("../utils/polymorphic").ForwardRefComponent<"a", UnderlineNavItemProps>;
};
export { UnderlineNav };
export type { UnderlineNavProps, UnderlineNavItemProps };
//# sourceMappingURL=index.d.ts.map