export type ComponentRef = Function | HTMLElement | string | null; export interface NestModalOptions { component: T; title?: string; content?: string; }