1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00
Files
browser/libs/components/src/icon-button/index.ts
Nick Krantz de6b58c10a [PM-20110] Disabled copy buttons on vault (#14549)
* export BitIconButtonComponent from component library

* manually update the disabled state of the icon button for copy cipher field directive

* add tests for `CopyCipherFieldDirective`
2025-05-01 12:44:08 -05:00

3 lines
104 B
TypeScript

export * from "./icon-button.module";
export { BitIconButtonComponent } from "./icon-button.component";