compose_library/foundations/
bool.rs

1use compose_macros::{ty};
2
3#[ty(cast, title = "Boolean")]
4type bool;