@abdellatifui/react 3.1.67 → 3.1.69

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/nextgen.d.ts CHANGED
@@ -11,6 +11,7 @@ import { CreateAxiosDefaults } from 'axios';
11
11
  import { cva } from 'class-variance-authority';
12
12
  import { default as default_2 } from 'react';
13
13
  import { Dispatch } from 'react';
14
+ import { fontsStore } from './utils/fonts';
14
15
  import { ForwardRefExoticComponent } from 'react';
15
16
  import { HeadersDefaults } from 'axios';
16
17
  import { InternalAxiosRequestConfig } from 'axios';
@@ -303,6 +304,8 @@ export declare interface EventHandlers {
303
304
  onBlur?: (event: default_2.FocusEvent) => void;
304
305
  }
305
306
 
307
+ export { fontsStore }
308
+
306
309
  export declare const Frame: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
307
310
 
308
311
  export declare const Frequency: ForwardRefExoticComponent<RefAttributes<unknown>>;