@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
7 lines (6 loc) • 306 B
JavaScript
const require_link_style = require('./link.style.cjs');
const require_link = require('./link.cjs');
exports.Link = require_link.Link;
exports.LinkPropsContext = require_link.LinkPropsContext;
exports.linkStyle = require_link_style.linkStyle;
exports.useLinkPropsContext = require_link.useLinkPropsContext;