UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

10 lines 323 B
import Default from "./Default"; export default class Typography extends Default { constructor() { super('Typography'); this._strong = false; } strong() { this._strong = true; return this; } copyable() { this._copyable = true; return this; } } //# sourceMappingURL=Typography.js.map