UNPKG

@zag-js/svelte

Version:

The svelte wrapper for zag

7 lines (6 loc) 293 B
export { mergeProps } from "./merge-props"; export { normalizeProps } from "./normalize-props.js"; export { portal } from "./portal.js"; export { reflect } from "./reflect.js"; export { useMachine } from "./machine.svelte"; export { useSyncExternalStore } from "./use-sync-external-store.js";