UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

12 lines (11 loc) 283 B
import Default from "./Default"; export default class Input extends Default { constructor(); _suffix: any; suffix(v?: any): this; _onPressEnter: any; onPressEnter(v?: any): this; _autofocus: boolean; autofocus(v?: boolean): this; clearSelf(): void; }