We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b6280 commit 8f22107Copy full SHA for 8f22107
src/types/index.ts
@@ -150,7 +150,7 @@ export interface Props {
150
level: number; // * Custom Property
151
levels: number; // * Custom Property
152
loaderHeight?: VProgressLinear['$props']['height']; // * Custom Property
153
- loaderType?: string | string[]; // * Custom Property
+ loaderType?: string | string[] | false | null; // * Custom Property
154
loading?: VDataTable['$props']['loading'];
155
loadingText?: VDataTable['$props']['loadingText']; // ! Not working properly //
156
modelValue?: unknown[];
0 commit comments