UNPKG

@blueprintjs/core

Version:
5 lines (4 loc) 202 B
import { type HTMLDivProps, type Props } from "../../common/props"; export interface NavbarDividerProps extends Props, HTMLDivProps { } export declare const NavbarDivider: React.FC<NavbarDividerProps>;