mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
code refactor
This commit is contained in:
@@ -91,7 +91,7 @@ import {
|
||||
getItemByKeyValue,
|
||||
getNameByKeyValue
|
||||
} from '@/lib/common.ts';
|
||||
import { scrollToSelectedItem } from '@/lib/ui/desktop.ts';
|
||||
import { type ComponentDensity, type InputVariant, scrollToSelectedItem } from '@/lib/ui/desktop.ts';
|
||||
|
||||
import {
|
||||
mdiChevronRight,
|
||||
@@ -99,8 +99,8 @@ import {
|
||||
} from '@mdi/js';
|
||||
|
||||
interface DesktopTwoColumnListItemSelectionProps extends CommonTwoColumnListItemSelectionProps {
|
||||
density?: string;
|
||||
variant?: string;
|
||||
density?: ComponentDensity;
|
||||
variant?: InputVariant;
|
||||
disabled?: boolean;
|
||||
readonly?: boolean;
|
||||
label?: string;
|
||||
|
||||
Reference in New Issue
Block a user