UNPKG

@types/fbjs

Version:
6 lines (3 loc) 162 B
declare function getStyleProperty(node: HTMLElement, name: string): string | null | undefined; declare namespace getStyleProperty {} export = getStyleProperty;