Empty and Error state entities DSL definition for table configuration.
Supports both inline and block syntax:
# Inline
empty_state message: "No sites found", icon: "hero-globe-alt"
error_state message: "Failed to load"
# Block
empty_state do
message "No sites found"
icon "hero-globe-alt"
end