All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.components.link.link.js Maven / Gradle / Ivy

"use strict";
"use client";
import { createRecipeContext } from '../../styled-system/create-recipe-context.js';

const { withContext, PropsProvider } = createRecipeContext({
  key: "link"
});
const Link = withContext("a");
const LinkPropsProvider = PropsProvider;

export { Link, LinkPropsProvider };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy