UNPKG

@angular2-material/core

Version:
7 lines (6 loc) 227 B
/** * Applies a CSS transform to an element, including browser-prefixed properties. * @param element * @param transformValue */ export declare function applyCssTransform(element: HTMLElement, transformValue: string): void;