mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-23 03:18:48 +02:00
fix(textfield): extend HTMLAttributes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ChangeEventHandler, ReactNode, VFC } from 'react';
|
||||
import { ChangeEventHandler, HTMLAttributes, ReactNode, VFC } from 'react';
|
||||
|
||||
import { CommonUIModule, Module } from '../webpack';
|
||||
|
||||
export interface TextFieldProps {
|
||||
export interface TextFieldProps extends HTMLAttributes<HTMLInputElement> {
|
||||
label?: ReactNode;
|
||||
requiredLabel?: ReactNode;
|
||||
description?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user