mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
react-bootstrap: Add bsClass to Glyphicon
See https://react-bootstrap.github.io/components.html#glyphicons-props
This commit is contained in:
+2
@@ -4,6 +4,8 @@ declare namespace Glyphicon {
|
||||
export interface GlyphiconProps extends React.HTMLProps<Glyphicon> {
|
||||
// Required
|
||||
glyph: string;
|
||||
// Optional
|
||||
bsClass?: string;
|
||||
}
|
||||
}
|
||||
declare class Glyphicon extends React.Component<Glyphicon.GlyphiconProps> { }
|
||||
|
||||
Reference in New Issue
Block a user