UNPKG

391 BTypeScriptView Raw
1import * as React from 'react';
2
3declare namespace FormControlStatic {
4 export interface FormControlStaticProps extends React.HTMLProps<FormControlStatic> {
5 bsClass?: string | undefined;
6 componentClass?: React.ElementType | undefined;
7 }
8}
9declare class FormControlStatic extends React.Component<FormControlStatic.FormControlStaticProps> { }
10export = FormControlStatic