1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL] add ToastVariant to CL barrel file (#12804)

This commit is contained in:
Nick Krantz
2025-01-10 08:58:47 -06:00
committed by GitHub
parent d64cfb67e2
commit fa61928daf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
export * from "./toast.module";
export * from "./toast.service";
export type { ToastVariant } from "./toast.component";