Appearance
@pbvex/protocol / ComponentMount
ComponentMount = Readonly<{ args?: JSONValue; children?: ComponentMount[]; componentId: string; name: string; }>
Readonly
args?
JSONValue
children?
ComponentMount
componentId
string
name