UNPKG

@sinups/fmap

Version:

fmap is a lightweight tool that visualizes your file and folder structure in a clean, readable tree view — perfect for documentation, READMEs, and project overviews.

5 lines (4 loc) 272 B
export { Tree } from './components/Tree/Tree.mjs'; export { getTreeExpandedState, useTree } from './components/Tree/use-tree.mjs'; export { default as RemoveScroll } from './node_modules/react-remove-scroll/dist/es2015/Combination.mjs'; //# sourceMappingURL=index.mjs.map