UNPKG

compote-ui

Version:

An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.

6 lines (5 loc) 260 B
import { FileUpload } from '@ark-ui/svelte/file-upload'; import type { FileUploadProps } from './types'; declare const FileUpload: import("svelte").Component<FileUploadProps, {}, "">; type FileUpload = ReturnType<typeof FileUpload>; export default FileUpload;