fix: typo

This commit is contained in:
vben
2020-10-29 22:29:46 +08:00
parent 404c73de45
commit 7658f4d6e8
13 changed files with 297 additions and 111 deletions

View File

@@ -1,7 +1,7 @@
import { ColSpanType } from 'ant-design-vue/types/grid/col';
export interface ColEx {
style: object;
style?: any;
/**
* raster number of cells to occupy, 0 corresponds to display: none
* @default none (0)