mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-02-09 08:38:18 -05:00
fix: remove nonexistent api
Signed-off-by: Michał Korczak <michal.k2001@gmail.com>
This commit is contained in:
parent
1c29c34094
commit
3837f1c1b7
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;
|
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
|
* @return Returns true when the current shape is the root of a component tree
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue