Document more enums

This commit is contained in:
Nate Butler 2024-01-09 14:50:04 -05:00
parent c19551d974
commit 51988f63d5
6 changed files with 10 additions and 5 deletions

View file

@ -7,6 +7,7 @@ enum DividerDirection {
Vertical,
}
/// Sets the color of a [Divider].
#[derive(Default)]
pub enum DividerColor {
Border,