next-flow-interface 0.25.9 → 0.25.13
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/index.d.ts +0 -15
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -86,7 +86,6 @@ import { StoredRhineVar } from "rhine-var";
|
|
|
86
86
|
import { SwitchProps } from "antd";
|
|
87
87
|
import { Texture } from "@babylonjs/core";
|
|
88
88
|
import { TextureBlock } from "@babylonjs/core";
|
|
89
|
-
import { ThemeConfig } from "antd";
|
|
90
89
|
import { ToggleEventHandler } from "react";
|
|
91
90
|
import { TouchEvent as TouchEvent_2 } from "react";
|
|
92
91
|
import { TouchEventHandler } from "react";
|
|
@@ -7212,20 +7211,6 @@ export declare enum ThemeColor {
|
|
|
7212
7211
|
PINK = "PINK",
|
|
7213
7212
|
}
|
|
7214
7213
|
|
|
7215
|
-
/**
|
|
7216
|
-
* @public
|
|
7217
|
-
*/
|
|
7218
|
-
export declare function ThemeProvider(props: ThemeProviderProps): JSX.Element;
|
|
7219
|
-
|
|
7220
|
-
/**
|
|
7221
|
-
* @public
|
|
7222
|
-
*/
|
|
7223
|
-
export declare interface ThemeProviderProps {
|
|
7224
|
-
children?: React.ReactNode;
|
|
7225
|
-
color?: ThemeColor;
|
|
7226
|
-
background?: Theme;
|
|
7227
|
-
}
|
|
7228
|
-
|
|
7229
7214
|
/**
|
|
7230
7215
|
* @public
|
|
7231
7216
|
*/
|