Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
export type RemotionEnvironment = {
|
||||
isStudio: boolean;
|
||||
isRendering: boolean;
|
||||
isClientSideRendering: boolean;
|
||||
isPlayer: boolean;
|
||||
isReadOnlyStudio: boolean;
|
||||
};
|
||||
export declare const RemotionEnvironmentContext: React.Context<RemotionEnvironment | null>;
|
||||
Reference in New Issue
Block a user