1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +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

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