init commit
This commit is contained in:
9
remotion/node_modules/@remotion/studio/dist/helpers/render-modal-sections.d.ts
generated
vendored
Normal file
9
remotion/node_modules/@remotion/studio/dist/helpers/render-modal-sections.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Codec } from '@remotion/renderer';
|
||||
import type { RenderType } from '../components/RenderModal/RenderModalAdvanced';
|
||||
type Section = 'general' | 'picture' | 'advanced' | 'data' | 'gif' | 'audio';
|
||||
export declare const useRenderModalSections: (renderMode: RenderType, codec: Codec) => {
|
||||
tab: Section;
|
||||
setTab: import("react").Dispatch<import("react").SetStateAction<Section>>;
|
||||
shownTabs: Section[];
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user