mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 22:35:57 +08:00
* Add typings for reactstrap * Make lint happy * Do not „double-reference“ to React types
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
interface Props {
|
|
tag?: React.ReactType;
|
|
className?: string;
|
|
}
|
|
|
|
declare var ModalBody: React.StatelessComponent<Props>;
|
|
export default ModalBody; |