//! Framework-agnostic component API definition.
/// The framework-agnostic definition of a component: its name and schema.
pubtraitComponentApi: Send + Sync + 'static {/// The component name as it appears in A2UI JSON (e.g. "Button", "Text").
fnname(&self)->&'staticstr;}