init commit
This commit is contained in:
15
remotion/node_modules/@remotion/studio/dist/components/UpdateCheck.d.ts
generated
vendored
Normal file
15
remotion/node_modules/@remotion/studio/dist/components/UpdateCheck.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { PackageManager } from '@remotion/studio-shared';
|
||||
export type UpdateInfo = {
|
||||
currentVersion: string;
|
||||
latestVersion: string;
|
||||
updateAvailable: boolean;
|
||||
timedOut: boolean;
|
||||
packageManager: PackageManager | 'unknown';
|
||||
};
|
||||
export type Bug = {
|
||||
title: string;
|
||||
description: string;
|
||||
link: string;
|
||||
versions: string[];
|
||||
};
|
||||
export declare const UpdateCheck: () => import("react/jsx-runtime").JSX.Element | null;
|
||||
Reference in New Issue
Block a user