mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-08 13:55:14 +02:00
Optimize sidebar collapsing
This commit is contained in:
@@ -7,7 +7,7 @@ import { Icon } from './Icon';
|
||||
export type RadioDropdownItem<T = string | null> =
|
||||
| {
|
||||
type?: 'default';
|
||||
label: string;
|
||||
label: ReactNode;
|
||||
shortLabel?: string;
|
||||
value: T;
|
||||
rightSlot?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user