import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; interface FolderGridViewProps { rows: T[]; getRowId: (row: T) => string | number; /** Render one tile — receives the row, returns a React node (typically a `