Skip to content

Commit

Permalink
liteMode 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadFlask committed Apr 18, 2021
1 parent 1b60bf6 commit dcd742d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export interface NaverMapViewProps {
tiltGesturesEnabled?: boolean;
rotateGesturesEnabled?: boolean;
stopGesturesEnabled?: boolean;
liteModeEnabled?: boolean;
useTextureView?: boolean;
}
export default class NaverMapView extends Component<NaverMapViewProps> {
Expand Down

0 comments on commit dcd742d

Please sign in to comment.