Initial commit after recreate
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import type { GlitchHostBridge } from '../types';
|
||||
interface FanoSweepPanelProps {
|
||||
radius: number;
|
||||
distance: number;
|
||||
chandraDistance: number;
|
||||
allSectors: boolean;
|
||||
cumulative: boolean;
|
||||
theta: number;
|
||||
phi: number;
|
||||
orbitSpeed: number;
|
||||
thetaDrift: number;
|
||||
thetaJitter: number;
|
||||
phiJitter: number;
|
||||
K: number;
|
||||
speedup: number;
|
||||
usePoisson: boolean;
|
||||
bottomInset?: number;
|
||||
onBack?: () => void;
|
||||
host?: GlitchHostBridge;
|
||||
}
|
||||
export declare function FanoSweepPanel(props: FanoSweepPanelProps): import("react/jsx-runtime").JSX.Element;
|
||||
export {};
|
||||
Reference in New Issue
Block a user