UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

9 lines 252 B
import Default from "./Default"; export default class Carousel extends Default { constructor() { super('Carousel'); this.tsxGoNext = () => { }; this.tsxGoPrev = () => { }; } } //# sourceMappingURL=Carousel.js.map