Element types the Mantine resolver renders into. Every slot is the
Mantine component the corresponding render function expects to find
at the call site; consumers wire these in once via
createMantineResolver.
Text is required so read-only scalars render as a styled Mantine
<Text> element instead of a bare <span>, matching the visual
weight of the editable variants.
Element types the Mantine resolver renders into. Every slot is the Mantine component the corresponding render function expects to find at the call site; consumers wire these in once via
createMantineResolver.Textis required so read-only scalars render as a styled Mantine<Text>element instead of a bare<span>, matching the visual weight of the editable variants.