UNPKG

395 BTypeScriptView Raw
1import * as React from "react";
2import { SelectCallback } from "react-bootstrap";
3
4declare namespace PanelHeading {
5 export interface PanelHeadingProps extends React.HTMLProps<PanelHeading> {
6 componentClass?: string | undefined;
7 bsClass?: string | undefined;
8 }
9}
10declare class PanelHeading extends React.Component<PanelHeading.PanelHeadingProps> {}
11export = PanelHeading;