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.

7 lines (6 loc) 163 B
interface BPNVals { hasBP: boolean; values: string[]; } export declare const look4BPNVals: (class2CreateSplited: string[]) => Promise<BPNVals>; export {};