|
|
@ -5,7 +5,6 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
import { shortcut } from "../../core/decorator"; |
|
|
|
import { shortcut } from "../../core/decorator"; |
|
|
|
import { Single } from "../index"; |
|
|
|
import { Single } from "../index"; |
|
|
|
import BI from "../../core/2.base"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@shortcut() |
|
|
|
@shortcut() |
|
|
|
export default class Text extends Single { |
|
|
|
export default class Text extends Single { |
|
|
|