1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00
Files
browser/libs/components/src/select/index.ts
2024-11-25 14:43:31 -05:00

5 lines
131 B
TypeScript

export * from "./select.module";
export * from "./select.component";
export * from "./option";
export * from "./option.component";