2 lines
79 B
TypeScript
2 lines
79 B
TypeScript
export default function getWidth(node: HTMLElement, client?: boolean): number;
|
export default function getWidth(node: HTMLElement, client?: boolean): number;
|