@dcloudio/uni-app-x 0.5.7 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference path='./UniElement.d.ts' />
|
|
2
2
|
|
|
3
|
-
interface
|
|
3
|
+
interface TextElement {
|
|
4
4
|
/**
|
|
5
5
|
* 只读属性 text元素的文案内容
|
|
6
6
|
*/
|
|
@@ -13,7 +13,7 @@ interface ITextNode {
|
|
|
13
13
|
* @package io.dcloud.uniapp.runtime
|
|
14
14
|
* @autodoc false
|
|
15
15
|
*/
|
|
16
|
-
declare class UniTextElement extends UniElement implements
|
|
16
|
+
declare class UniTextElement extends UniElement implements TextElement {
|
|
17
17
|
/**
|
|
18
18
|
* 只读属性 text元素的文案内容
|
|
19
19
|
*/
|