Files

4 lines
116 B
TypeScript
Raw Permalink Normal View History

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