plainframe-ui 0.1.10 → 0.1.11
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 +1 -0
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1562,6 +1562,7 @@ type ThemeProviderProps = {
|
|
|
1562
1562
|
declare function usePlainframeUITheme(): PlainframeUITheme;
|
|
1563
1563
|
declare function useColorModeValue(): Mode;
|
|
1564
1564
|
declare function useColorMode(): {
|
|
1565
|
+
mode: Mode;
|
|
1565
1566
|
setMode: (m: Mode) => void;
|
|
1566
1567
|
toggleMode: () => void;
|
|
1567
1568
|
};
|