Derive Macro Props
#[derive(Props)]
{
// Attributes available to this derive:
#[prop]
}
Expand description
The derive macro for Props
. The macro creates a builder-like API used in the view!
macro.
#[derive(Props)]
{
// Attributes available to this derive:
#[prop]
}
The derive macro for Props
. The macro creates a builder-like API used in the view!
macro.