UNPKG

element-plus

Version:

A Component Library for Vue 3

4 lines (3 loc) 192 B
type GetElement = <T extends string | HTMLElement | Window | null | undefined>(target: T) => T extends string ? HTMLElement | null : T; export declare const getElement: GetElement; export {};