1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00
Files
browser/libs/key-management-ui/src/index.ts
2025-01-30 11:20:17 +01:00

7 lines
225 B
TypeScript

/**
* This barrel file should only contain Angular exports
*/
export { LockComponent } from "./lock/components/lock.component";
export { LockComponentService, UnlockOptions } from "./lock/services/lock-component.service";