@remotion/renderer 4.0.460 → 4.0.462

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/client.d.ts CHANGED
@@ -1315,22 +1315,6 @@ export declare const BrowserSafeApis: {
1315
1315
  setConfig(value: boolean): void;
1316
1316
  id: "enable-experimental-client-side-rendering";
1317
1317
  };
1318
- experimentalVisualModeOption: {
1319
- name: string;
1320
- cliFlag: "experimental-visual-mode";
1321
- description: () => import("react/jsx-runtime").JSX.Element;
1322
- ssrName: null;
1323
- docLink: string;
1324
- type: boolean;
1325
- getValue: ({ commandLine }: {
1326
- commandLine: Record<string, unknown>;
1327
- }) => {
1328
- value: boolean;
1329
- source: string;
1330
- };
1331
- setConfig(value: boolean): void;
1332
- id: "experimental-visual-mode";
1333
- };
1334
1318
  keyboardShortcutsOption: {
1335
1319
  name: string;
1336
1320
  cliFlag: "disable-keyboard-shortcuts";