export interface ModalConfig { stylePrefix?: string; title?: string; content?: string; /** * Close modal on interact with backdrop. * @default true */ backdrop?: boolean; /** * Avoid rendering the default modal. * @default false */ custom?: boolean; /** * Extend ModalView object (view/ModalView.js) * @example * extend: { * template() { * return '