mui-tree-select
Version:
Material-UI auto select component for tree data structures.
25 lines (24 loc) • 559 B
TypeScript
export {
DefaultOption,
getDefaultOptionProps,
PathIcon,
TreeSelect,
} from "./TreeSelect";
export type {
BaseDefaultOptionsProps,
DownBranchDefaultOptionsProps,
IndividualTooltipProps,
RenderOption,
TreeSelectProps,
TreeSelectRenderOptionState,
UpBranchDefaultOptionsProps,
} from "./TreeSelect";
export { FreeSoloNode } from "./useTreeSelect";
export type {
PathDirection,
SyncOrAsync,
TreeSelectFreeSoloValueMapping,
TreeSelectValue,
} from "./useTreeSelect";
import TreeSelect from "./TreeSelect";
export default TreeSelect;