UNPKG

@mentor-apm/react-sortable-tree

Version:

Drag-and-drop sortable component for nested data and hierarchies

14 lines (10 loc) 271 B
import { declare } from "@babel/helper-plugin-utils"; export default declare(api => { api.assertVersion(7); return { name: "syntax-import-assertions", manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("importAssertions"); }, }; });