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.

10 lines (9 loc) 296 B
import { TAbreviationTraductor, TBPS, TConsoleParser, TPseudo } from "./types"; export interface IBPS extends TBPS { } export interface IConsoleParser extends TConsoleParser { } export interface IPseudo extends TPseudo { } export interface IAbreviationTraductor extends TAbreviationTraductor { }