UNPKG

ngx-angora-css

Version:

Angora CSS is a library that provides a set of CSS classes to help you build modern web applications. It is based on the [Boostrap Expanded Features Library](https://github.com/LynxPardelle/bootstrap-expanded-features) and the [Bootstrap](https://getboots

8 lines (7 loc) 272 B
import { TCombineArrays, TNameVal } from '../main/private_types/types.private'; export declare const combinators: { combineArrays<T, U, V>(a: TCombineArrays, b: TCombineArrays): V[]; combineIntoObject(array: TNameVal[]): { [key: string]: string; }; };