mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-15 21:34:44 +08:00
The purpose of this PR is to add Modals into the component library. To note, this PR is focused on the visual of the modal that will "pop-up" and not the actual pop-up implementation.
12 lines
315 B
TypeScript
12 lines
315 B
TypeScript
export * from "./badge";
|
|
export * from "./banner";
|
|
export * from "./button";
|
|
export * from "./toggle-group";
|
|
export * from "./callout";
|
|
export * from "./form-field";
|
|
export * from "./menu";
|
|
export * from "./modal";
|
|
export * from "./utils/i18n-mock.service";
|
|
export * from "./tabs";
|
|
export * from "./submit-button";
|