@blueprintjs/core
Version:
Core styles & components
9 lines (8 loc) • 312 B
TypeScript
import * as React from "react";
import { HTMLDivProps, IProps } from "../../common/props";
export interface INavbarHeadingProps extends IProps, HTMLDivProps {
}
export declare class NavbarHeading extends React.PureComponent<INavbarHeadingProps, {}> {
static displayName: string;
render(): JSX.Element;
}