0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 06:02:34 -05:00

fix: remove nonexistent api

Signed-off-by: Michał Korczak <michal.k2001@gmail.com>
This commit is contained in:
Michał Korczak 2025-01-02 04:26:30 +00:00
parent dfbc9a99ae
commit 192d6df9ee

View file

@ -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
*/