/**
 * Main export file for the NSC library
 *
 * Available inputs:
 * - slides: The collection of items to display in the carousel
 * - configs: The configuration object for the carousel
 */
export * from './carousel.module';
export * from './components/carousel/carousel.component';
export * from './interfaces/carousel-config.interface';
export * from './services/carousel.service';
export * from './directives/lazy-load.directive';
export * from './utils/animation';
