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:
parent
dfbc9a99ae
commit
192d6df9ee
1 changed files with 0 additions and 5 deletions
5
libs/plugin-types/index.d.ts
vendored
5
libs/plugin-types/index.d.ts
vendored
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue