mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
react-bootstrap: Added FormControls.Static.
This commit is contained in:
Vendored
+10
-1
@@ -913,7 +913,16 @@ declare module "react-bootstrap" {
|
||||
var ButtonInput: ButtonInputClass;
|
||||
|
||||
|
||||
// TODO: FormControls.Static
|
||||
// <FormControls.Static />
|
||||
// ----------------------------------------
|
||||
|
||||
interface StaticProps extends React.Props<StaticClass> { }
|
||||
interface Static extends React.ReactElement<StaticProps> { }
|
||||
interface StaticClass extends React.ComponentClass<StaticProps> { }
|
||||
interface FormControlsClass {
|
||||
Static: StaticClass;
|
||||
}
|
||||
var FormControls: FormControlsClass;
|
||||
|
||||
|
||||
// <Portal />
|
||||
|
||||
Reference in New Issue
Block a user