UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 221 B
export { Tree } from './Tree'; export { useTree } from './use-tree'; export type { TreeCssVariables, TreeFactory, TreeProps, TreeStylesNames, TreeNodeData, } from './Tree'; export type { UseTreeInput } from './use-tree';