@serenity-is/domwise / CustomDomAttributes

Interface: CustomDomAttributes<T>

Defined in: types/custom-attributes.d.ts:4

Extended by

Type Parameters

T

T

Properties

children?

optional children: ComponentChildren

Defined in: types/custom-attributes.d.ts:5


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

Defined in: types/custom-attributes.d.ts:6

__html

__html: string


on?

optional on: Record<string, Function>

Defined in: types/custom-attributes.d.ts:10

compat from jsx-dom/react


onCapture?

optional onCapture: Record<string, Function>

Defined in: types/custom-attributes.d.ts:11


ref?

optional ref: Ref<T>

Defined in: types/custom-attributes.d.ts:7