import { ComponentChange } from './component-change.interface'; export interface HeightUnitChanges { height?: ComponentChange; heightPx?: ComponentChange; heightVw?: ComponentChange; heightVh?: ComponentChange; heightRem?: ComponentChange; heightPercents?: ComponentChange; }