Skip to content

Commit 8826c84

Browse files
feat: changed field name focus -> priority
1 parent 57eb429 commit 8826c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/transformationTypes/gravity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Auto = 'auto' | {
3636
/**
3737
* @default faces
3838
*/
39-
focus?: string | string[];
39+
priority?: string | string[];
4040
/**
4141
* @description 0 - 100
4242
*/

0 commit comments

Comments
 (0)