//! Built-in components shipped with eye_declare.
//!
//! These cover common terminal UI patterns out of the box. For custom
//! components, implement the [`Component`](crate::Component) trait directly.
/// Raw buffer rendering component. See [`Canvas`].
/// Markdown rendering component. See [`Markdown`].
/// Animated spinner component. See [`Spinner`].
/// Styled text component with word wrapping. See [`Text`](text::Text).
/// Unified layout container. See [`View`].
/// Fixed-height viewport into a text buffer. See [`Viewport`].
pub use Canvas;
pub use ;
pub use ;
pub use ;
pub use ;
pub use Viewport;