|
|
@ -21,6 +21,7 @@ interface RemixUIGridSectionProps { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const hasChildCell = (children: ReactNode): boolean => { |
|
|
|
const hasChildCell = (children: ReactNode): boolean => { |
|
|
|
|
|
|
|
return true |
|
|
|
let found = false |
|
|
|
let found = false |
|
|
|
|
|
|
|
|
|
|
|
const isElement = (child: ReactNode): child is React.ReactElement => { |
|
|
|
const isElement = (child: ReactNode): child is React.ReactElement => { |
|
|
|