Skip to content

Commit 8d509ba

Browse files
dlacktyHyunje Jun
authored andcommitted
Flex spacer size property should be optional (#122)
1 parent 0043264 commit 8d509ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ export type FlexSpacer = {
10931093
* The size increases in the order of listing.
10941094
* The default value is `md`.
10951095
*/
1096-
size: "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
1096+
size?: "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
10971097
};
10981098

10991099
export type FlexText = {

0 commit comments

Comments
 (0)