(format: ExportFormat)
| 203 | if (vex.defaultOptions) vex.defaultOptions.className = 'vex-theme-flat-attack'; |
| 204 | |
| 205 | const openFormat = (format: ExportFormat): void => { |
| 206 | open( |
| 207 | buildLegacyExportUrl(format, room, { |
| 208 | isMultiple, |
| 209 | parentHref: parentLocation.href, |
| 210 | parentPathname: parentLocation.pathname, |
| 211 | }), |
| 212 | ); |
| 213 | }; |
| 214 | |
| 215 | const yes = vex.dialog.buttons?.YES ?? {}; |
| 216 | const no = vex.dialog.buttons?.NO ?? {}; |
no test coverage detected