mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 17:40:08 +02:00
Merge pull request #46 from FrogTheFrog/patch-20
fix(Item): change title and description types to ReactNode
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
export interface ItemProps {
|
||||
label?: string;
|
||||
description?: string;
|
||||
label?: ReactNode;
|
||||
description?: ReactNode;
|
||||
layout?: 'below' | 'inline';
|
||||
icon?: ReactNode;
|
||||
bottomSeparator?: 'standard' | 'thick' | 'none';
|
||||
|
||||
Reference in New Issue
Block a user