UNPKG

@mentor-apm/react-sortable-tree

Version:

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

6 lines (5 loc) 333 B
import type Settings from '../settings'; import type { Entry } from '../types'; export declare function read(directory: string, settings: Settings): Entry[]; export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[]; export declare function readdir(directory: string, settings: Settings): Entry[];