UNPKG
@thingjs/xplugin-bundle
Version:
latest (0.2.7)
0.2.7
0.2.6
xplugin-bundle ThingJS-X 插件描述文件
x.thingjs.com
@thingjs/xplugin-bundle
/
dist
/
XAttachmentEnum.d.ts
14 lines
(12 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
class
XAttachmentEnum
{
/** * 标记 */
public
static
ATTACHMENT:String;
/** * 标记 * @returns String */
public
static
getAttachmentLabel
()
:string;
}
export
default
XAttachmentEnum;