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

4
types/steps.d.ts vendored
View File

@@ -23,6 +23,6 @@ export declare class ElSteps extends ElementUIComponent {
/** Whether step description is centered */
alignCenter: boolean
/** Center whole Steps component */
center: boolean
/** Whether to apply simple theme */
simple: boolean
}