Skip to content

Commit dcdd098

Browse files
authored
removing broken links (#3238)
1 parent de217a3 commit dcdd098

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/@react-types/list/src/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ export interface SpectrumListProps<T> extends AriaListProps<T>, StyleProps, Spec
5858
/** Whether `disabledKeys` applies to all interactions, or only selection. */
5959
disabledBehavior?: DisabledBehavior,
6060
/**
61-
* The drag hooks returned by `useDragHooks` used to enable drag and drop behavior for the ListView. See the
62-
* [docs](https://react-spectrum.adobe.com/react-spectrum/dragAndDrop.html) for more info.
61+
* The drag hooks returned by `useDragHooks` used to enable drag and drop behavior for the ListView.
6362
*/
6463
dragHooks?: DragHooks,
6564
/**
66-
* The drag hooks returned by `useDragHooks` used to enable drag and drop behavior for the ListView. See the
67-
* [docs](https://react-spectrum.adobe.com/react-spectrum/dragAndDrop.html) for more info.
65+
* The drag hooks returned by `useDragHooks` used to enable drag and drop behavior for the ListView.
6866
*/
6967
dropHooks?: DropHooks
7068
}

0 commit comments

Comments
 (0)