react-antd-admin-panel
Version:
Easy prototyping admin panel using React and Antd
13 lines (12 loc) • 337 B
TypeScript
import Default from "./Default";
export default class Title extends Default {
constructor();
_id: any;
id(id: string): this;
_level: 1 | 2 | 3 | 4 | 5 | undefined;
level(level: 1 | 2 | 3 | 4 | 5 | undefined): this;
_step: boolean;
step(): this;
_stepDefault: boolean;
stepDefault(v: boolean): this;
}