feat: added doc comments

This commit is contained in:
Tormak
2023-02-21 12:22:21 -06:00
parent cf7dc26a0c
commit dfcb3bec19

View File

@@ -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;