mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
export * from "./dialog.module";
|
|
export * from "./simple-dialog/types";
|
|
export * from "./dialog.service";
|
|
export { DialogConfig, DIALOG_DATA, DialogRef } from "@angular/cdk/dialog";
|