@ -9,7 +9,7 @@ import { extend, shortcut, createWidget } from "../../../../core";
* @class TextItem
* @extends BasicButton
*/
@shortcut
@shortcut()
export class TextItem extends BasicButton {
static xtype = "bi.text_item";
static EVENT_CHANGE = "EVENT_CHANGE";