UNPKG

ngx-bootstrap-expanded-features

Version:

Too many new features for bootstrap made with javascript for better performance and more options without a large css file.

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; };