UNPKG

@utrecht/component-library-react

Version:

React component library bundle for the Municipality of Utrecht based on the NL Design System architecture

9 lines 379 B
import { HTMLAttributes, PropsWithChildren } from 'react'; export interface NavBarProps extends HTMLAttributes<HTMLDivElement> { appearance?: undefined | string | 'center'; } export declare const NavBar: { ({ appearance, children }: PropsWithChildren<NavBarProps>): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=NavBar.d.ts.map