0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 21:53:27 -05:00
penpot-exporter-figma-plugin/ui-src/parser/creators/index.ts
Alex Sánchez 7b3192936e
Component Instances (#124)
* wip

* wip

* wipo

* more structure

* wip

* id library wip

* wip

* main instance working

* improvements

* fix node order

* refactor

* remove not used method

* refactor

* fix component set translation

* refactor

* add changelog

* penpot lib update

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-30 17:54:37 +02:00

12 lines
403 B
TypeScript

export * from './createArtboard';
export * from './createBool';
export * from './createCircle';
export * from './createComponent';
export * from './createComponentInstance';
export * from './createComponentLibrary';
export * from './createGroup';
export * from './createItems';
export * from './createPage';
export * from './createPath';
export * from './createRectangle';
export * from './createText';