Type Alias: ActionPropsMap
ActionPropsMap =
Partial
<Record
<string
,ActionProps
>>
Defined in: types/index.ts:33
A map of action properties indexed by their names. Each entry contains configuration for component interactions.
ActionPropsMap =
Partial
<Record
<string
,ActionProps
>>
Defined in: types/index.ts:33
A map of action properties indexed by their names. Each entry contains configuration for component interactions.