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.

12 lines (11 loc) 240 B
import { IBPS } from "../interfaces"; interface WithBefs { befs: string; } interface IBPSWithBefs extends IBPS, WithBefs { } export declare const manage_bps: { pushBPS(bps: IBPSWithBefs[]): void; getBPS(): IBPS[]; }; export {};