@duplicis/types - v1.0.0
    Preparing search index...

    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: Component
    framework?: { instance: FrameworkPlugin<any> }
    props?: Record<string, unknown>