Skip to content
HomePagesHomePages template kit

DisplayShape

The shape of a section's `meta.display` block.

The shape of a section’s meta.display block.

Import from @homepages/template-kit.

export interface DisplayShape {
visibility?: DisplayEntryShape;
variant?: DisplayEntryShape;
}