Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the Grid component.
interface LkGridProps extends React.HTMLAttributes<HTMLDivElement> {
columns?: number;
gap?: LkSizeUnit;
autoResponsive?: boolean; // Mark as optional since we provide a default
className?: string; // Optional. Specifying manually here because internal logic checks for it.
}
Types with similar roles.