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.

9 lines (8 loc) 354 B
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 {};