next-flow-interface 0.25.8 → 0.25.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.
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2390,7 +2390,7 @@ export declare interface IconPlugin extends BasePlugin {
|
|
|
2390
2390
|
position: IconPluginPosition;
|
|
2391
2391
|
group: string;
|
|
2392
2392
|
label: string;
|
|
2393
|
-
|
|
2393
|
+
theme: ThemeColor;
|
|
2394
2394
|
open: boolean;
|
|
2395
2395
|
icon: MixView<IconViewProps>;
|
|
2396
2396
|
onEnabledChange?: (value: boolean, e: MouseEvent) => void;
|
|
@@ -7793,4 +7793,3 @@ export declare const rsNodeMaterialAnalyzer: RsNodeMaterialAnalyzer;
|
|
|
7793
7793
|
export declare const rsSceneService: RsSceneService;
|
|
7794
7794
|
export declare const rsTransformGround: RsTransformGround;
|
|
7795
7795
|
export declare const rvMeetingService: RvMeetingService;
|
|
7796
|
-
export declare const ThemeBackground: unknown;
|