hiver-ui-kit-extended 1.0.0-beta.8 → 1.0.0-beta.9

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.
@@ -880,6 +880,10 @@ declare const PrimeReactTheme: {
880
880
  };
881
881
  };
882
882
 
883
+ /**
884
+ * PrimeReact Theme Provider
885
+ * Wraps the app with PrimeReactProvider and applies the theme
886
+ */
883
887
  export declare function PrimeReactThemeProvider({ children, theme, }: PrimeReactThemeProviderProps): JSX_2.Element;
884
888
 
885
889
  declare interface PrimeReactThemeProviderProps {
@@ -887,6 +891,9 @@ declare interface PrimeReactThemeProviderProps {
887
891
  theme?: typeof PrimeReactTheme;
888
892
  }
889
893
 
894
+ /**
895
+ * Hook to access the PrimeReact theme
896
+ */
890
897
  export declare function usePrimeReactTheme(): {
891
898
  primitive: {
892
899
  borderRadius: {