UNPKG

@mcastiello/figmatic

Version:

4 lines (3 loc) 510 B
export type { BooleanOperationNode, CanvasNode, ComponentNode, ComponentSetNode, DocumentNode, EllipseNode, FigmaNode, FrameNode, GroupNode, InstanceNode, LineNode, RectangleNode, RegularPolygonNode, SectionNode, StarNode, TextNode, VectorNode, WashiTapeNode, } from "./nodes"; export { Figmatic, TokensCollection, NodesCollection, type ColorValue, type FigmaComponent, type ParsedNode, type ComponentParsers, type ExportPlugin, Parser, GraphicParser, Processor, } from "./resources"; export * from "./types";