UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

15 lines (11 loc) 368 B
"use strict"; "use client"; 'use strict'; var createRecipeContext = require('../../styled-system/create-recipe-context.cjs'); const { withContext, PropsProvider } = createRecipeContext.createRecipeContext({ key: "link" }); const Link = withContext("a"); const LinkPropsProvider = PropsProvider; exports.Link = Link; exports.LinkPropsProvider = LinkPropsProvider;