mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 17:40:08 +02:00
fix(Field): title -> label
This commit is contained in:
@@ -2,7 +2,7 @@ import { FC, HTMLAttributes, ReactNode, RefAttributes } from 'react';
|
||||
import { findModuleChild } from '../webpack';
|
||||
|
||||
export interface FieldProps extends HTMLAttributes<HTMLDivElement> {
|
||||
title?: string;
|
||||
label?: string;
|
||||
description?: boolean;
|
||||
disabled?: boolean;
|
||||
icon?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user