@conciergus/chat - v0.3.1
Preparing search index...
hooks
GeneratedComponent
Interface GeneratedComponent
interface
GeneratedComponent
{
id
:
string
;
type
:
string
;
component
:
ComponentType
<
any
>
;
props
:
Record
<
string
,
any
>
;
timestamp
:
Date
;
status
:
"complete"
|
"error"
|
"generating"
;
}
Index
Properties
id
type
component
props
timestamp
status
Properties
id
id
:
string
type
type
:
string
component
component
:
ComponentType
<
any
>
props
props
:
Record
<
string
,
any
>
timestamp
timestamp
:
Date
status
status
:
"complete"
|
"error"
|
"generating"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
type
component
props
timestamp
status
@conciergus/chat - v0.3.1
Loading...