@floegence/floe-webapp-core 0.36.63 → 0.36.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,6 +21,8 @@ export declare const JavaScriptFileIcon: FileIconComponent;
|
|
|
21
21
|
export declare const TypeScriptFileIcon: FileIconComponent;
|
|
22
22
|
export declare const ShellScriptFileIcon: FileIconComponent;
|
|
23
23
|
export declare const ImageFileIcon: (props: FileIconProps) => JSX.Element;
|
|
24
|
+
export declare const VideoFileIcon: (props: FileIconProps) => JSX.Element;
|
|
25
|
+
export declare const AudioFileIcon: (props: FileIconProps) => JSX.Element;
|
|
24
26
|
export declare const DocumentFileIcon: (props: FileIconProps) => JSX.Element;
|
|
25
27
|
export declare const ConfigFileIcon: (props: FileIconProps) => JSX.Element;
|
|
26
28
|
export declare const StyleFileIcon: (props: FileIconProps) => JSX.Element;
|