/** * The builtin adapter: today's zero-dependency machinery, assembled as a * `UIAdapter`. This is the default value of `useAdapter()`, so the "no provider" * path and the "provider" path are one code path. * * @module react/components/ui/adapter/builtin */ import type { UIAdapter } from "../contract.js"; export declare const builtinAdapter: UIAdapter; //# sourceMappingURL=index.d.ts.map