gitea push

This commit is contained in:
2026-05-09 12:19:29 -06:00
parent 06113c95b8
commit 429461e985
1481 changed files with 74306 additions and 52475 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import type { MaybeRefOrGetter } from 'vue';
export interface ChunksProps {
chunkCount: number | string;
chunkWidth: number | string;
chunkCount: number | string | null;
chunkWidth: number | string | null;
chunkGap: number | string;
}
export declare const makeChunksProps: <Defaults extends {