Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Dec 17, 2024
1 parent 35219ff commit 69e11b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/types/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import type {
QueryType,
Position,
Alignment,
AlignmentValue,
MediaMeasurement,
} from './other';

Expand Down Expand Up @@ -364,12 +365,12 @@ export interface MediaObject extends Layout {
* The alignment of the content along the x axis.
* @values start, center, end
*/
overlayRowAlign?: Alignment;
overlayRowAlign?: AlignmentValue;
/**
* The alignment of the content along the y axis.
* @values start, center, end
*/
overlayColumnAlign?: Alignment;
overlayColumnAlign?: AlignmentValue;
/**
* The spacing token to use for padding around the content. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
* @demoSelectMultiple false
Expand Down

0 comments on commit 69e11b1

Please sign in to comment.