Adding gnommoeditor in the current version
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
interface PulsingSphereProps {
|
||||
radius: number;
|
||||
paused?: boolean;
|
||||
}
|
||||
export declare function PulsingSphere({ radius, paused }: PulsingSphereProps): import("react/jsx-runtime").JSX.Element;
|
||||
export {};
|
||||
Reference in New Issue
Block a user