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
10 lines (9 loc) • 296 B
TypeScript
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 {
}