mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-22 10:58:46 +02:00
fix(DialogButton): fix ref type
This commit is contained in:
@@ -2,7 +2,7 @@ import { CSSProperties, FC, RefAttributes } from 'react';
|
||||
|
||||
import { CommonUIModule } from '../webpack';
|
||||
|
||||
export interface DialogButtonProps extends RefAttributes<HTMLButtonElement> {
|
||||
export interface DialogButtonProps extends RefAttributes<HTMLDivElement> {
|
||||
label?: string;
|
||||
style?: CSSProperties;
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user