UNPKG

234 BTypeScriptView Raw
1import * as React from "react";
2import { type HTMLDivProps, type Props } from "../../common/props";
3export interface NavbarDividerProps extends Props, HTMLDivProps {
4}
5export declare const NavbarDivider: React.FC<NavbarDividerProps>;