Skip to main content
Glama
index.ts1.21 kB
/** * Layout Module * * Exports neutral layout model types and utilities. * * @package WP_Navigator_Pro * @since 1.2.0 */ export { // Version LAYOUT_VERSION, // Core types type LayoutElementType, type LayoutElement, type NeutralLayout, type LayoutSourceInfo, // Attribute types type LayoutAttributes, type SpacingValue, type BorderValue, type BackgroundValue, type TypographyValue, type LayoutPositionValue, type AnimationValue, // Element-specific attribute types type HeadingAttributes, type ImageAttributes, type VideoAttributes, type ButtonAttributes, type ListAttributes, type QuoteAttributes, type EmbedAttributes, type ColumnAttributes, type SectionAttributes, type SpacerAttributes, type SeparatorAttributes, type HtmlAttributes, type ShortcodeAttributes, // Base types type LayoutElementBase, type TextLayoutElement, // Type guards hasTextContent, hasChildren, isStructuralElement, isContentElement, isMediaElement, isNeutralLayout, // Factory functions createEmptyLayout, createHeading, createParagraph, createImage, createButton, createSection, createColumn, createRow, } from './types.js';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/littlebearapps/wp-navigator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server