UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

12 lines 330 B
import Default from "./Default"; export default class Steps extends Default { constructor() { super('Steps'); this.clear = () => { }; this.done = () => { }; this.goTo = () => { }; this.next = () => { }; this.prev = () => { }; } } //# sourceMappingURL=Steps.js.map