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.

17 lines (16 loc) 275 B
export type TCombineArrays = { name: string; array: any[]; }; export type TNameVal = { name: string; val: string; }; export type TNameValNumber = { val: TNameVal; number: number; }; export type TNameValProp = { val: TNameVal; prop: string; };