UNPKG
zp-figma-converter
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Convert Figma designs to various code formats
zp-figma-converter
/
dist
/
libs
/
json2csd
/
parsers
/
parser-factory.d.ts
8 lines
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BaseParser
}
from
'./base-parser'
;
/** * Factory to create parser for appropriate node type */
export
declare
class
ParserFactory
{
static
createParser
(
nodeType
:
string
):
BaseParser
<
any
>; }
//# sourceMappingURL=parser-factory.d.ts.map