Files

4 lines
116 B
TypeScript
Raw Permalink Normal View History

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