bt-core-app 1.4.721 → 1.4.723

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.d.ts CHANGED
@@ -2284,7 +2284,7 @@ export declare function useResponsiveStyle(options: ResponsiveStyleOptions): {
2284
2284
  style: ComputedRef<string>;
2285
2285
  };
2286
2286
 
2287
- export declare function useRules(options?: UseRulesOptions): any[];
2287
+ export declare function useRules(options?: UseRulesOptions): ((val: any) => boolean | string)[];
2288
2288
 
2289
2289
  export declare interface UseRulesOptions {
2290
2290
  forEmail?: boolean;