@utrecht/component-library-react
Version:
React component library bundle for the Municipality of Utrecht based on the NL Design System architecture
10 lines • 405 B
TypeScript
import { HTMLAttributes, ReactNode } from 'react';
export interface NavBarProps extends HTMLAttributes<HTMLElement> {
appearance?: string;
headingLevel?: number;
label?: ReactNode;
}
export declare const NavBar: import("react").ForwardRefExoticComponent<NavBarProps & {
children?: ReactNode | undefined;
} & import("react").RefAttributes<HTMLElement>>;
//# sourceMappingURL=NavBar.d.ts.map