Files
immich/web/src/lib/utils/dipatch.ts
martin f2270ad757 fix(web): user management responsive design (#5698)
* fix: user management tailwind

* use top instead of inset-y-0

* add types to createEventDispatcher
2023-12-14 10:55:15 -06:00

4 lines
55 B
TypeScript

export interface ResetOptions {
default?: boolean;
}