riku
19 小时以前 cf4787bc8188cd0acc8a42793730b076742f29c1
miniprogram_npm/tdesign-miniprogram/col/type.d.ts
对比新文件
@@ -0,0 +1,10 @@
export interface TdColProps {
    offset?: {
        type: null;
        value?: string | number;
    };
    span?: {
        type: null;
        value?: string | number;
    };
}