Skip to content
Snippets Groups Projects
Commit 60710805 authored by syuilo's avatar syuilo
Browse files

chore(client): fix type

parent 62f8af48
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import { decode } from 'blurhash';
const props = withDefaults(defineProps<{
src?: string | null;
hash: string;
hash?: string;
alt?: string;
title?: string | null;
size?: number;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment