1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[CL-319] custom back action in popup header component (#9829)

* expose FunctionReturningAwaitable from CL lib

* expose backAction as input on popup header component
This commit is contained in:
Will Martin
2024-06-25 15:55:49 -04:00
committed by GitHub
parent 00801f95ce
commit 8df054cf51
4 changed files with 21 additions and 8 deletions

View File

@@ -35,4 +35,4 @@ export * from "./tabs";
export * from "./toast";
export * from "./toggle-group";
export * from "./typography";
export * from "./utils/i18n-mock.service";
export * from "./utils";

View File

@@ -0,0 +1,2 @@
export * from "./function-to-observable";
export * from "./i18n-mock.service";