mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-01 20:22:52 +00:00
* Add typings for reactstrap * Make lint happy * Do not „double-reference“ to React types
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
interface Props {
|
|
className?: string;
|
|
size?: string;
|
|
}
|
|
|
|
declare var Pagination: React.StatelessComponent<Props>;
|
|
export default Pagination; |