We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9850390 commit 6edf326Copy full SHA for 6edf326
1 file changed
components/grid/types.ts
@@ -11,7 +11,7 @@ export interface RowProps extends BaseProps, React.PropsWithoutRef<JSX.Intrinsic
11
gutterSide?: boolean;
12
align?: RowAlign;
13
justify?: RowJustify;
14
- children: React.ReactElement<ColProps>[];
+ children: React.ReactElement<ColProps>[] | React.ReactElement<ColProps>;
15
}
16
17
export type ColSize = {
0 commit comments