Files
gnommoplayer/dist/vendor/glitch/glitch_lightlane/components/DiophantineVectors.d.ts
T

11 lines
375 B
TypeScript
Raw Normal View History

2026-04-11 09:21:22 +02:00
interface DiophantineVectorsProps {
complexity: number;
lightlanes?: boolean;
radius?: number;
distance?: number;
allSectors?: boolean;
cumulative?: boolean;
}
export declare function DiophantineVectors({ complexity, lightlanes, radius, distance, allSectors, cumulative }: DiophantineVectorsProps): import("react/jsx-runtime").JSX.Element;
export {};