UNPKG

element-plus

Version:

A Component Library for Vue 3

4 lines (3 loc) 130 B
export const getCssVariable = (el: HTMLElement, property: string) => { return getComputedStyle(el).getPropertyValue(property) }