mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
tests
This commit is contained in:
@@ -69,11 +69,13 @@ class Test extends React.Component {
|
||||
dndType="testNodeType"
|
||||
placeholderRenderer={PlaceholderRenderer}
|
||||
theme={theme}
|
||||
shouldCopyOnOutsideDrop={true}
|
||||
/>
|
||||
<SortableTreeWithoutDndContext
|
||||
treeData={[{title: "Title", subtitle: "Subtitle", children: []}]}
|
||||
onChange={(treeData: TreeItem[]) => {}}
|
||||
style={{width: "100px"}}
|
||||
shouldCopyOnOutsideDrop={() => false}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user