diff --git a/libs/plugin-types/index.d.ts b/libs/plugin-types/index.d.ts index 0c258a5..b8cdb08 100644 --- a/libs/plugin-types/index.d.ts +++ b/libs/plugin-types/index.d.ts @@ -3478,11 +3478,6 @@ export interface ShapeBase extends PluginData { */ isComponentCopyInstance(): boolean; - /** - * @return Returns true when the current shape is inside a **nested* component instance - */ - isComponentNestedInstance(): boolean; - /** * @return Returns true when the current shape is the root of a component tree */