Slots
Defined in: react/markput/src/types.ts:132
Available slots for customizing MarkedInput internal components
Extends
Section titled “Extends”CoreSlots
Properties
Section titled “Properties”container?
Section titled “container?”optional container: ElementType<Record<string, unknown>>;Defined in: react/markput/src/types.ts:134
Root container component
Overrides
Section titled “Overrides”CoreSlots.containerparagraph?
Section titled “paragraph?”optional paragraph: string | ComponentClass<any, any> | FunctionComponent<any>;Defined in: core/src/shared/types.ts:261
The component a row with NO kind renders through. A kind brings its own, so this is never asked for one.
Inherited from
Section titled “Inherited from”CoreSlots.paragraph