UNPKG

84 BTypeScriptView Raw
1export declare enum ModalDismissReasons {
2 BACKDROP_CLICK = 0,
3 ESC = 1
4}