init commit
This commit is contained in:
11
remotion/node_modules/@remotion/studio/dist/icons/folder.d.ts
generated
vendored
Normal file
11
remotion/node_modules/@remotion/studio/dist/icons/folder.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { SVGProps } from 'react';
|
||||
import React from 'react';
|
||||
export declare const CollapsedFolderIcon: React.FC<SVGProps<SVGSVGElement> & {
|
||||
readonly color: string;
|
||||
}>;
|
||||
export declare const ExpandedFolderIcon: React.FC<SVGProps<SVGSVGElement> & {
|
||||
readonly color: string;
|
||||
}>;
|
||||
export declare const ExpandedFolderIconSolid: React.FC<SVGProps<SVGSVGElement> & {
|
||||
readonly color: string;
|
||||
}>;
|
||||
Reference in New Issue
Block a user