Skip to content

Commit

Permalink
feat: added doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Feb 21, 2023
1 parent cf7dc26 commit dfcb3be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/custom-components/ReorderableList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { Field, FieldProps, Focusable, GamepadButton } from '../deck-components'

/**
* A ReorderableList entry of type <T>.
* @param label The name of this entry in the list.
* @param data Optional data to connect to this entry.
* @param position The position of this entry in the list.
*/
export type ReorderableEntry<T> = {
label: string;
Expand Down

0 comments on commit dfcb3be

Please sign in to comment.