UNPKG

ri-flex-layout

Version:

An alternative library to Angular's deprecated [angular-flex-layout](https://github.com/angular/flex-layout) library. `ri-flex-layout` helps you achieve responsive layouts in Angular applications with minimal code changes.

12 lines (11 loc) 230 B
/** * Method for apply css prefix css * @export * @param {({[key: string]: any | null})} target * @return */ export declare function applyCssPrefixes(target: { [key: string]: any | null; }): { [key: string]: any; };