UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

10 lines (9 loc) 241 B
import Default from "./Default"; export default class Steps extends Default { constructor(); clear: () => void; done: (v: number, b?: boolean) => void; goTo: (v: number) => void; next: () => void; prev: () => void; }