mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-15 19:41:06 +08:00
refactor(components): [collapse] refactor (#6307)
* refactor(components): [collapse] refactor * refactor(components): [collapse] refactor * refactor: rename Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
This commit is contained in:
@ -10,3 +10,5 @@ export type HTMLElementCustomized<T> = HTMLElement & T
|
||||
* @see {@link https://github.com/sindresorhus/meta/discussions/7}
|
||||
*/
|
||||
export type Nullable<T> = T | null
|
||||
|
||||
export type Arrayable<T> = T | T[]
|
||||
|
Reference in New Issue
Block a user