1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-29 04:29:32 +01:00
Oscar Hinton e105a8f222
[CL-11] Submit button (#2971)
* Begin implementing submit button

* Add submit button

* Update figma url

* Add disabled when loading

* Update existing submit buttons

* Move template to it's own file
2022-06-29 16:27:42 +02:00

9 lines
234 B
TypeScript

export * from "./badge";
export * from "./banner";
export * from "./button";
export * from "./callout";
export * from "./form-field";
export * from "./menu";
export * from "./utils/i18n-mock.service";
export * from "./submit-button";