Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the Section component.
interface LkSectionProps extends React.HTMLAttributes<HTMLElement> {
padding?: SpacingSize;
container?: React.ReactNode;
px?: SpacingSize;
py?: SpacingSize;
pt?: SpacingSize;
pb?: SpacingSize;
pl?: SpacingSize;
pr?: SpacingSize;
children?: React.ReactNode;
}
Types with similar roles.