pub(super) mod shared;
pub(super) mod suggest;
mod chart;
mod container;
mod leaf;
mod pattern;
mod shape;
mod special;
mod text;
pub(in crate::validate::check) use chart::check_chart;
pub(in crate::validate::check) use container::{check_frame, check_group, check_table};
pub(in crate::validate::check) use leaf::{check_code, check_ellipse, check_line, check_rect};
pub(in crate::validate::check) use pattern::check_pattern;
pub(in crate::validate::check) use shape::{check_connector, check_shape, check_unknown};
pub(in crate::validate::check) use special::{
check_field, check_footnote, check_instance, check_polygon, check_polyline, check_toc,
};
pub(in crate::validate::check) use text::{check_image, check_text};