@intility/bifrost-react
Version:
React library for Intility's design system, Bifrost.
8 lines (7 loc) • 322 B
TypeScript
import type { PropsFor } from "../../types.js";
export type NavHeaderProps = PropsFor<"div">;
/**
* A heading suitable in topbar group for a set of checkboxes
*/
declare const NavHeader: import("react").ForwardRefExoticComponent<NavHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
export default NavHeader;