feat: plugins

chore: better types

feat: plugins
This commit is contained in:
Jason Rasmussen
2026-03-05 18:14:29 -05:00
parent b0c9743d9a
commit d7c5406b8b
144 changed files with 6099 additions and 7419 deletions
+2 -2
View File
@@ -21,9 +21,9 @@
let search = $state('');
let selectedRowIndex: number = $state(-1);
interface Props {
type Props = {
onClose: (albums?: AlbumResponseDto[]) => void;
}
};
let { onClose }: Props = $props();