@remotion/studio
Version:
APIs for interacting with the Remotion Studio
12 lines (11 loc) • 402 B
TypeScript
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;
}>;