Skip to content

Slots

Defined in: react/markput/src/types.ts:132

Available slots for customizing MarkedInput internal components

  • CoreSlots
optional container: ElementType<Record<string, unknown>>;

Defined in: react/markput/src/types.ts:134

Root container component

CoreSlots.container

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.

CoreSlots.paragraph