Update sub-component props type that are spread (ComponentProps<SomeComponent>) to be more accurate (Partial<...>) (#78)
ComponentProps<SomeComponent>
Partial<...>
[ClipPath] Add disabled prop to show all (ignore clipping) (#78)
disabled
Update dependencies (#78)
Add GeoCircle component (#78)
Add antipode() geo util (#78)