UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

11 lines (10 loc) 235 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; }