ui-ingredients
Version:
Headless component library for Svelte powered by zag
10 lines (9 loc) • 536 B
TypeScript
export { anatomy as pinInputAnatomy } from '@zag-js/pin-input';
export * from './createPinInput.svelte.js';
export * as PinInput from './PinInput.js';
export * from './PinInputContext.svelte.js';
export type { PinInputControlProps } from './PinInputControl.svelte';
export type { PinInputHiddenInputProps } from './PinInputHiddenInput.svelte';
export type { PinInputInputProps } from './PinInputInput.svelte';
export type { PinInputLabelProps } from './PinInputLabel.svelte';
export type { PinInputProps } from './PinInputRoot.svelte';