mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
chore(utils): update types (#4275)
This commit is contained in:
parent
a026f10056
commit
4f8ec9eae2
@ -32,10 +32,10 @@ export type PartialReturnType<T extends (...args: unknown[]) => unknown> =
|
||||
|
||||
export type SFCWithInstall<T> = T & Plugin
|
||||
|
||||
export type RefElement = HTMLElement | null
|
||||
|
||||
export type Nullable<T> = T | null
|
||||
|
||||
export type RefElement = Nullable<HTMLElement>
|
||||
|
||||
export type CustomizedHTMLElement<T> = HTMLElement & T
|
||||
|
||||
export type Indexable<T> = {
|
||||
|
Loading…
Reference in New Issue
Block a user