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

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