4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
export declare function PoissonShell({ radius }: {
|
|
radius: number;
|
|
}): import("react/jsx-runtime").JSX.Element;
|