UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

5 lines (4 loc) 271 B
export * as Clipboard from './clipboard.js'; export { anatomy as clipboardAnatomy } from './clipboard-anatomy.js'; export { getClipboardContext, setClipboardContext, } from './clipboard-context.svelte.js'; export { createClipboard, } from './create-clipboard.svelte.js';