UNPKG

dnd-kit-sortable-tree-xd

Version:

[![npm version](https://badge.fury.io/js/dnd-kit-sortable-tree.svg)](https://www.npmjs.org/package/dnd-kit-sortable-tree) [![npm](https://img.shields.io/npm/dt/dnd-kit-sortable-tree.svg)](https://www.npmjs.org/package/dnd-kit-sortable-tree) [![MIT](https:

13 lines (12 loc) 2.49 kB
import React from 'react'; import { WithInput } from './components/WithInput'; declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>; export default _default; export declare const Simple: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>; export declare const Simple2: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>; export declare const NoDropAnimation: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>; export declare const NoNewRootChildren: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>; export declare const VSCodeLike: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>; export declare const Minimal: () => JSX.Element; export declare const MinimalViable: () => JSX.Element; export { WithInput };