import type { StringMap } from 'roosterjs-editor-types'; /** * Get inheritable CSS style values from the given element * @param element The element to get style from */ export default function getInheritableStyles(element: HTMLElement | null): StringMap;