公告板
版本库
filestore
活动
搜索
登录
wm
/
pipIrrSp
沙盘演示系统应用的微信小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.首页添加使用说明。2.修改扫码开阀功能。3.问题反馈功能相关
zuoxiao
2024-10-28
f66a9a2c565966e98720be5e20604c6f75030f82
[wm/pipIrrSp.git]
/
miniprogram_npm
/
tdesign-miniprogram
/
col
/
type.d.ts
1
2
3
4
5
6
7
8
9
10
export interface TdColProps {
offset?: {
type: null;
value?: string | number;
};
span?: {
type: null;
value?: string | number;
};
}