mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 20:10:58 +00:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import { RootNode } from 'svg-parser';
|
|
import * as t from '@babel/types';
|
|
|
|
declare const toBabelAST: (tree: RootNode) => t.Program;
|
|
|
|
export { toBabelAST as default };
|