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
9 lines (8 loc) • 354 B
TypeScript
import { IBPS } from '../../../interfaces';
interface IparseClassReturn {
class2Create: string;
bpsStringed: IBPS[];
classes2CreateStringed: string;
}
export declare const parseClass: (class2Create: string, bpsStringed: IBPS[], classes2CreateStringed: string, updateClasses2Create?: string[] | null) => Promise<IparseClassReturn>;
export {};