gitea push
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user