公告板
版本库
filestore
活动
搜索
登录
wm
/
pipIrrSp
沙盘演示系统应用的微信小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1绑定相关。2首页修改开关阀提示。3.问题反馈相关功能
zuoxiao
2024-11-01
ddbd8c7ea87b66d5a9c4362ce284d12a4ae970d1
[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;
};
}