mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
* export BitIconButtonComponent from component library * manually update the disabled state of the icon button for copy cipher field directive * add tests for `CopyCipherFieldDirective`
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
export * from "./icon-button.module";
|
|
export { BitIconButtonComponent } from "./icon-button.component";
|