infinity-forge
Version:
10 lines (9 loc) • 417 B
TypeScript
import { RenderFileProps, FileSystemType } from '../../../../../ui/index.js';
export declare function useComponentsFile(props: RenderFileProps & {
downloadUrl?: string;
file: FileSystemType;
}): {
DownloadButton: () => import("react/jsx-runtime").JSX.Element;
DeleteFileButton: () => import("react/jsx-runtime").JSX.Element;
ShowDetailFileButton: () => import("react/jsx-runtime").JSX.Element;
};