randmarcomps 1.347.0 → 1.348.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/randmarcomps.d.ts +0 -6
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -848,12 +848,6 @@ declare interface SearchPageGridProps<T> {
|
|
|
848
848
|
* the React component to render for that item.
|
|
849
849
|
*/
|
|
850
850
|
renderItem: (item: T, index: number) => default_2.ReactNode;
|
|
851
|
-
/**
|
|
852
|
-
* An object to configure the number of columns at different responsive breakpoints.
|
|
853
|
-
* @example { base: 1, md: 2, lg: 3 }
|
|
854
|
-
* @default { base: 1, md: 2 }
|
|
855
|
-
*/
|
|
856
|
-
gridCols?: ResponsiveCols;
|
|
857
851
|
}
|
|
858
852
|
|
|
859
853
|
declare interface SearchPageProps {
|