@serenity-is/domwise / CustomDomAttributes
Interface: CustomDomAttributes<T>
Defined in: types/custom-attributes.d.ts:4
Extended by
Type Parameters
T
T
Properties
children?
optionalchildren:ComponentChildren
Defined in: types/custom-attributes.d.ts:5
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
Defined in: types/custom-attributes.d.ts:6
__html
__html:
string
on?
optionalon:Record<string,Function>
Defined in: types/custom-attributes.d.ts:10
compat from jsx-dom/react
onCapture?
optionalonCapture:Record<string,Function>
Defined in: types/custom-attributes.d.ts:11
ref?
optionalref:Ref<T>
Defined in: types/custom-attributes.d.ts:7