UNPKG

@zag-js/svelte

Version:

The svelte wrapper for zag

7 lines (6 loc) 279 B
export { mergeProps } from "./merge-props"; export { normalizeProps } from "./normalize-props.js"; export type { PropTypes } from "./normalize-props.js"; export { portal } from "./portal.js"; export { reflect } from "./reflect.js"; export { useMachine } from "./machine.svelte";