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:
@@ -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";
|
||||
|
||||
2
libs/components/src/utils/index.ts
Normal file
2
libs/components/src/utils/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./function-to-observable";
|
||||
export * from "./i18n-mock.service";
|
||||
Reference in New Issue
Block a user