Skip to content

getStyle

获取给定 DOM 元素的计算 CSS 样式。

使用

ts
import { getStyle } from 'rattail'

const elementStyle = getStyle(document.querySelector('div'))

参数

参数类型默认值
elementElement

返回值

类型
CSSStyleDeclaration