@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
8 lines (7 loc) • 375 B
JavaScript
const require_slide_style = require('./slide.style.cjs');
const require_slide = require('./slide.cjs');
exports.Slide = require_slide.Slide;
exports.SlidePropsContext = require_slide.SlidePropsContext;
exports.slideStyle = require_slide_style.slideStyle;
exports.slideVariants = require_slide.slideVariants;
exports.useSlidePropsContext = require_slide.useSlidePropsContext;