@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
6 lines (5 loc) • 383 B
TypeScript
import { ItemProps } from '@zag-js/file-upload';
import { ComputedRef } from 'vue';
export interface UseFileUploadItemPropsContext extends ComputedRef<ItemProps> {
}
export declare const FileUploadItemPropsProvider: (opts: UseFileUploadItemPropsContext) => void, useFileUploadItemPropsContext: (fallback?: UseFileUploadItemPropsContext | undefined) => UseFileUploadItemPropsContext;