UNPKG

162 BTypeScriptView Raw
1declare function getStyleProperty(node: HTMLElement, name: string): string | null | undefined;
2
3declare namespace getStyleProperty {}
4
5export = getStyleProperty;