/// This module contains some styling presets for tables.
/// Every preset has an example. \
/// This module contains some constants, which can be used to modify certain parts of a preset.\
/// For instance, the [UTF8_ROUND_CORNERS](modifiers::UTF8_ROUND_CORNERS) modifies all corners to be round UTF8 box corners.
pub use CellAlignment;
pub use ColumnConstraint;
pub use ;
/// Reexport for important crossterm enums
pub use Attribute;
/// Reexport for important crossterm enums
pub use Color;