Skip to content

Commit

Permalink
ix type
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Nov 13, 2024
1 parent 07353f1 commit b117c41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/symbols/nodes/SphereWithIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export interface SphereWithIconProps extends NodeRendererProps {
* The image to display on the icon.
*/
image: string;
opacity?: number;
active?: boolean;
}

export const SphereWithIcon: FC<SphereWithIconProps> = ({
Expand Down

0 comments on commit b117c41

Please sign in to comment.