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

4 lines
116 B
TypeScript
Raw Normal View History

2026-04-11 09:21:22 +02:00
export declare function PoissonShell({ radius }: {
radius: number;
}): import("react/jsx-runtime").JSX.Element;