UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

6 lines (5 loc) 320 B
export { default as Control } from './pin-input-control.svelte'; export { default as HiddenInput } from './pin-input-hidden-input.svelte'; export { default as Input } from './pin-input-input.svelte'; export { default as Label } from './pin-input-label.svelte'; export { default as Root } from './pin-input-root.svelte';