mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(components): [col] component typing issue (#7376)
- Add `push` and `pull` to `ColSizeObject`
This commit is contained in:
parent
9b399385e0
commit
3f394971dc
@ -7,6 +7,8 @@ import type { CSSProperties, ExtractPropTypes } from 'vue'
|
||||
export type ColSizeObject = {
|
||||
span?: number
|
||||
offset?: number
|
||||
pull?: number
|
||||
push?: number
|
||||
}
|
||||
export type ColSize = number | ColSizeObject
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user