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

6 lines (5 loc) 280 B
import { IConsoleParser } from "../interfaces"; export declare const console_log: { consoleLog(type: "log" | "info" | "trace" | "error" | undefined, thing: any, style?: string, line?: string | null, stoper?: boolean): void; consoleParser(config: IConsoleParser): void; };