UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

9 lines (8 loc) 177 B
import Default from "./Default"; export default class GraphLine extends Default { _x: any; x(v: string): this; _y: any; y(v: string): this; constructor(); }