UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

5 lines (4 loc) 273 B
export * as PinInput from './pin-input.js'; export { createPinInputContext, } from './create-pin-input.svelte.js'; export { anatomy as pinInputAnatomy } from './pin-input-anatomy.js'; export { getPinInputContext, setPinInputContext, } from './pin-input-context.svelte.js';