UNPKG

91 BTypeScriptView Raw
1export interface BsModalOptions {
2 backdrop: string | boolean;
3 keyboard: boolean;
4}