Initial commit after recreate
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 {};
|
||||
Reference in New Issue
Block a user