4 lines
148 B

export default function PreviewFile({ fileList, ...props }: {
[x: string]: any;
fileList: any;
}): import("react/jsx-runtime").JSX.Element;