Skip to content

@serenity-is/domwise / PropValue

Type Alias: PropValue<T>

PropValue<T> = T | PropHook<Element> | SignalLike<T>

Defined in: types/basic-types.d.ts:146

A value that can be assigned to a JSX attribute: a plain value, a prop hook, or a signal-like value.

Type Parameters

T

T

The type of the attribute value.