src/modules/slider/components/slider-config.intf.ts
[object Object],[object Object],[object Object],[object Object],[object Object]
Interface to be implemented when using the StarkSliderComponent. It is in fact a subset of the options supported by the noUiSlider library.
Options
import { Options } from "nouislider";
/**
* @deprecated please use the `Options` interface from "nouislider" library directly
* Interface to be implemented when using the {@link StarkSliderComponent}.
* It is in fact a subset of the options supported by the {@link https://github.com/leongersen/noUiSlider/|noUiSlider} library.
*/
export interface StarkSliderConfig extends Options {}