MCPcopy
hub / github.com/e-oj/Magic-Grid / MagicGridProps

Interface MagicGridProps

index.d.ts:10–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * configuration object of the MagicGrid constructor
9 */
10export interface MagicGridProps {
11 container: string | HTMLElement;
12 static?: boolean;
13 items?: number;
14 gutter?: number;
15 maxColumns?: number;
16 useMin?: boolean;
17 useTransform?: boolean;
18 animate?: boolean;
19 center?: boolean;
20}
21
22/**
23 * Listener class

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected