UNPKG

infinity-forge

Version:
14 lines (13 loc) 482 B
import { InputProps, FileState } from '../../../../../ui/index.js'; export declare function useFileElements({ fileProps, fileState }: { fileProps: InputProps; fileState: FileState; }): { InputFile: ({ visible }: { visible?: boolean; }) => import("react/jsx-runtime").JSX.Element; UploadCamera: () => import("react/jsx-runtime").JSX.Element; LabelFileArea: ({ children }: { children: any; }) => import("react/jsx-runtime").JSX.Element; };