@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) • 769 B
TypeScript
import { SaturationSliderPropsContext, SaturationSliderRoot, SaturationSliderRootProps, SaturationSliderThumb, SaturationSliderThumbProps, SaturationSliderTrack, SaturationSliderTrackProps, useSaturationSliderPropsContext } from "./saturation-slider.js";
//#region src/components/saturation-slider/namespace.d.ts
declare namespace namespace_d_exports {
export { SaturationSliderPropsContext as PropsContext, SaturationSliderRoot as Root, SaturationSliderRootProps as RootProps, SaturationSliderThumb as Thumb, SaturationSliderThumbProps as ThumbProps, SaturationSliderTrack as Track, SaturationSliderTrackProps as TrackProps, useSaturationSliderPropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map