Skip to content

Commit

Permalink
add cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuraima Estevez committed Mar 18, 2024
1 parent a20ce23 commit 9540fb7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export type PreferredPosition =
| 'below'
| 'mostSpace'
| 'right'
| 'left';
| 'left'
| 'cover';

export type PreferredAlignment = 'left' | 'center' | 'right';

Expand Down

0 comments on commit 9540fb7

Please sign in to comment.