Skip to content

Commit e4de62f

Browse files
committed
main 🧊 change type for use device pixel ratio
1 parent 2ddd065 commit e4de62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useDevicePixelRatio/useDevicePixelRatio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface UseDevicePixelRatioReturn {
1111
/**
1212
* @name useDevicePixelRatio
1313
* @description - Hook that returns the ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device
14-
* @category Display
14+
* @category Utilities
1515
*
1616
* @returns {UseDevicePixelRatioReturn} The ratio and supported flag
1717
*

0 commit comments

Comments
 (0)