@zag-js/solid
Version:
The solid.js wrapper for zag
11 lines (8 loc) • 310 B
TypeScript
import * as _zag_js_types from '@zag-js/types';
import { JSX } from 'solid-js';
type PropTypes = JSX.IntrinsicElements & {
element: JSX.HTMLAttributes<any>;
style: JSX.CSSProperties;
};
declare const normalizeProps: _zag_js_types.NormalizeProps<PropTypes>;
export { type PropTypes, normalizeProps };