Files
clients/libs/components/src/item/index.ts
Shane Melton ade01c9d07 [PM-8380] Browser Refresh - Virtual scrolling (#10646)
* [PM-8380] Add option to disable content padding for popup page

* [PM-8380] Add cdkVirtualScroll to vault list items and fixed item heights

* [PM-8380] Move item height constants to item component
2024-08-22 07:40:32 -07:00

4 lines
102 B
TypeScript

export * from "./item.module";
export { BitItemHeight, BitItemHeightClass } from "./item.component";