UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

9 lines (8 loc) 796 B
import { AlphaSliderOverlay, AlphaSliderOverlayProps, AlphaSliderPropsContext, AlphaSliderRoot, AlphaSliderRootProps, AlphaSliderThumb, AlphaSliderThumbProps, AlphaSliderTrack, AlphaSliderTrackProps, useAlphaSliderPropsContext } from "./alpha-slider.js"; //#region src/components/alpha-slider/namespace.d.ts declare namespace namespace_d_exports { export { AlphaSliderOverlay as Overlay, AlphaSliderOverlayProps as OverlayProps, AlphaSliderPropsContext as PropsContext, AlphaSliderRoot as Root, AlphaSliderRootProps as RootProps, AlphaSliderThumb as Thumb, AlphaSliderThumbProps as ThumbProps, AlphaSliderTrack as Track, AlphaSliderTrackProps as TrackProps, useAlphaSliderPropsContext as usePropsContext }; } //#endregion export { namespace_d_exports }; //# sourceMappingURL=namespace.d.ts.map