diff --git a/src/components/layout/LayoutSlots.tsx b/src/components/layout/LayoutSlots.tsx index 185af866..cd74fca3 100644 --- a/src/components/layout/LayoutSlots.tsx +++ b/src/components/layout/LayoutSlots.tsx @@ -103,6 +103,7 @@ StyledAsideLeft.displayName = 'StyledAside'; export interface PageGridProps { className?: string; + id?: string; /** * Setting this prop will make this component behave like a LoadingContainer. * It will provide a LoadingContext that LoadingSkeletons can consume (automatically), @@ -202,6 +203,7 @@ const PAGE_WIDTH_STYLES: Record = { export interface PageContentProps { className?: string; + id?: string; /** * Setting this prop will make this component behave like a LoadingContainer. * It will provide a LoadingContext that LoadingSkeletons can consume (automatically),