/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ export { VtsSliderComponent } from './slider.component'; export { VtsSliderService as ɵVtsSliderService } from './slider.service'; export { VtsSliderModule } from './slider.module'; export { VtsSliderHandleComponent as ɵVtsSliderHandleComponent } from './handle.component'; export { VtsSliderMarksComponent as ɵVtsSliderMarksComponent } from './marks.component'; export { VtsSliderStepComponent as ɵVtsSliderStepComponent } from './step.component'; export { VtsSliderTrackComponent as ɵVtsSliderTrackComponent, VtsSliderTrackStyle } from './track.component'; export * from './typings';