Expand description
Props module for component properties
Re-exports§
pub use paste;
Macros§
- define_
props - Type-safe builder for props
- define_
props_ advanced - Advanced props builder with validation and required field support
- validate_
field - Creates a validator that ensures a field meets a condition
Structs§
- Composite
Validator - A simple property validator that can be composed of multiple validators
- Props
Builder - Builder for constructing component props with validation
Enums§
- Prop
Validation Error - Error indicating validation problems with props
- Prop
Value - Represents a property that can be required or optional with default value
Traits§
- Prop
Validator - Trait for props validation