@zag-js/preact
Version:
The preact wrapper for zag
9 lines (8 loc) • 341 B
text/typescript
export { mergeProps } from '@zag-js/core';
export { useMachine } from './machine.mjs';
export { PropTypes, normalizeProps } from './normalize-props.mjs';
export { Portal, PortalProps } from './portal.mjs';
export { useSyncExternalStore } from './use-sync-external-store.mjs';
import '@zag-js/types';
import 'preact';
import 'preact/compat';