mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-23 03:18:48 +02:00
feat: added doc comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user