init commit
This commit is contained in:
5
remotion/node_modules/@remotion/studio/dist/components/MobilePanel.d.ts
generated
vendored
Normal file
5
remotion/node_modules/@remotion/studio/dist/components/MobilePanel.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
export default function MobilePanel({ children, onClose, }: {
|
||||
children: React.ReactNode;
|
||||
onClose: () => void;
|
||||
}): React.ReactPortal;
|
||||
Reference in New Issue
Block a user