Skip to content

Commit cd4ce39

Browse files
committed
fix type
1 parent 7dd999a commit cd4ce39

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/types/interfaces.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { Component } from 'vue';
22
import type {
33
Tag,
44
Space,
5-
SpaceOption,
65
Shadow,
76
Radius,
87
BorderColor,
@@ -385,9 +384,9 @@ export interface MediaObject extends Layout {
385384
/**
386385
* 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).
387386
* @demoSelectMultiple false
388-
* @values zero, one-x, two-x, scale-4, scale-3--5
387+
* @values zero, one-x, two-x
389388
*/
390-
contentPadding?: SpaceOption;
389+
contentPadding?: SpaceFixed;
391390
}
392391

393392
export type ObjectPosition =

0 commit comments

Comments
 (0)