Skip to content

Commit

Permalink
fix jsdoc annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed May 26, 2022
1 parent 418c8c8 commit c7dc3f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/control/RMousePosition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import {ProjectionLike} from 'ol/proj';
import {RContextType} from '../context';
import RControlBase, {RControlProps} from './RControlBase';

/**
* @propsfor RMousePosition
*/
export interface RMousePositionProps extends RControlProps {
/**
* Optional function to change coordinate formatting
Expand Down

0 comments on commit c7dc3f4

Please sign in to comment.