"fix" the eslint-disable-next-line that broke because of the re-formatting

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2025-03-05 15:31:56 +01:00
parent e5222021d4
commit 91be6355ef
No known key found for this signature in database

View file

@ -144,10 +144,11 @@ const slots = defineSlots<{
filters: Record<string, boolean | string | string[]>;
setKeyValue: (key: string, value: unknown) => void;
}): unknown;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
default(props: {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
data: any;
columns?: DatatableColumn[];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
updateItemSize?: (data: any) => void;
}): unknown;
item(props: { item: unknown; index: number }): unknown;