@mythpe/quasar-ui-qui 0.5.62 → 0.5.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.common.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3331,7 +3331,7 @@ export declare const useComponent: <P extends Generic>(name: MaybeRefOrGetter<Co
|
|
|
3331
3331
|
md: any;
|
|
3332
3332
|
lg: any;
|
|
3333
3333
|
xl: any;
|
|
3334
|
-
class:
|
|
3334
|
+
class: (string | null | undefined)[];
|
|
3335
3335
|
}>;
|
|
3336
3336
|
inputRules: ComputedRef<Record<string, any>>;
|
|
3337
3337
|
accepts: ComputedRef<string[]>;
|