ab-dnd-kit-sortable-tree
Version:
[](https://www.npmjs.org/package/dnd-kit-sortable-tree) [](https://www.npmjs.org/package/dnd-kit-sortable-tree) [ • 791 B
TypeScript
import React from 'react';
import { WithInput } from './components/WithInput';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, React.PropsWithChildren<import("./components/tree/TreeRoot").Props>>;
export default _default;
export declare const Simple: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<import("./components/tree/TreeRoot").Props>>;
export declare const Simple2: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<import("./components/tree/TreeRoot").Props>>;
export declare const Minimal: () => JSX.Element;
export declare const MinimalViable: () => JSX.Element;
export { WithInput };