hiver-ui-kit-extended 1.0.0-beta.7 → 1.0.0-beta.8
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,10 +880,6 @@ 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
|
-
*/
|
|
887
883
|
export declare function PrimeReactThemeProvider({ children, theme, }: PrimeReactThemeProviderProps): JSX_2.Element;
|
|
888
884
|
|
|
889
885
|
declare interface PrimeReactThemeProviderProps {
|
|
@@ -891,9 +887,6 @@ declare interface PrimeReactThemeProviderProps {
|
|
|
891
887
|
theme?: typeof PrimeReactTheme;
|
|
892
888
|
}
|
|
893
889
|
|
|
894
|
-
/**
|
|
895
|
-
* Hook to access the PrimeReact theme
|
|
896
|
-
*/
|
|
897
890
|
export declare function usePrimeReactTheme(): {
|
|
898
891
|
primitive: {
|
|
899
892
|
borderRadius: {
|