@duplicis/types - v1.0.0
Preparing search index...
Duplicis
PluginComponent
Interface PluginComponent<Component>
Plugin framework component.
interface
PluginComponent
<
Component
=
any
>
{
component
:
Component
;
framework
?:
{
instance
:
FrameworkPlugin
<
any
>
}
;
props
?:
Record
<
string
,
unknown
>
;
}
Type Parameters
Component
=
any
Index
Properties
component
framework?
props?
Properties
component
component
:
Component
Optional
framework
framework
?:
{
instance
:
FrameworkPlugin
<
any
>
}
Optional
props
props
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
framework
props
@duplicis/types - v1.0.0
Loading...
Plugin framework component.