Skip to content

Commit 8f22107

Browse files
Updated type
1 parent b5b6280 commit 8f22107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export interface Props {
150150
level: number; // * Custom Property
151151
levels: number; // * Custom Property
152152
loaderHeight?: VProgressLinear['$props']['height']; // * Custom Property
153-
loaderType?: string | string[]; // * Custom Property
153+
loaderType?: string | string[] | false | null; // * Custom Property
154154
loading?: VDataTable['$props']['loading'];
155155
loadingText?: VDataTable['$props']['loadingText']; // ! Not working properly //
156156
modelValue?: unknown[];

0 commit comments

Comments
 (0)