next-flow-interface 0.18.24 → 0.18.25
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/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2107,6 +2107,7 @@ type PluginServiceSubscriber = (id: string, type: PluginEventType) => void;
|
|
|
2107
2107
|
interface PluginState {
|
|
2108
2108
|
instance?: BasePlugin;
|
|
2109
2109
|
element?: HTMLScriptElement;
|
|
2110
|
+
styleElement?: HTMLLinkElement;
|
|
2110
2111
|
installed: boolean;
|
|
2111
2112
|
enabled: boolean;
|
|
2112
2113
|
debug?: boolean;
|
package/package.json
CHANGED