@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 308 B
TypeScript
export { default as DownloadTrigger } from './download-trigger.vue';
export type { DownloadTriggerProps, DownloadTriggerBaseProps } from './download-trigger.vue';
export { useDownload } from './use-download.js';
export type { DownloadableData, UseDownloadProps, UseDownloadReturn } from './use-download.js';