Type Alias: GridListProps
GridListProps = Pick<React.ComponentProps<"div">, "children" | "className" | "style"> & React.RefAttributes<HTMLDivElement> & object
Passed to the Components.List custom component
Type declaration
data-testid
data-testid: string