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