UNPKG

dbm

Version:

13 lines (10 loc) 241 B
import Dbm from "../../index.js"; export default class Text extends Dbm.react.BaseObject { _construct() { super._construct(); } render() { let text = "" + this.getPropValue("text"); return text; } }