update typings

This commit is contained in:
Leopoldthecoder
2017-10-18 18:31:03 +08:00
committed by Black Wayne
parent 4f9515494c
commit 1e95e51f9b
91 changed files with 740 additions and 233 deletions

3
types/col.d.ts vendored
View File

@@ -37,4 +37,7 @@ export declare class ElCol extends ElementUIComponent {
/** ≥1200 Responsive columns or column props object */
lg: ResponsiveColumn
/** custom element tag */
tag: string
}