UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

7 lines (4 loc) 172 B
'use client'; import { useQrCodeContext } from './use-qr-code-context.js'; const QrCodeContext = (props) => props.children(useQrCodeContext()); export { QrCodeContext };