UNPKG

ngx-bootstrap-fix-datepicker

Version:
15 lines (14 loc) 331 B
export declare class BsModalRef { /** * Reference to a component inside the modal. Null if modal's been created with TemplateRef */ content?: any | null; /** * Hides the modal */ hide: () => void; /** * Sets new class to modal window */ setClass: (newClass: string) => void; }