仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ep-law-abiding-manage-weixin
环信码微信小程序
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Initial Commit
riku
2024-07-26
c827d70bd16535e103f4bcdd9f3ed53a5fd324e8
[ep-law-abiding-manage-weixin.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;
};
}