This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2025-01-11 09:54:09 +03:00

12 lines
695 B
TypeScript

export { EmblaOptionsType } from './components/Options.js';
export { EmblaEventType } from './components/EventHandler.js';
export { EmblaPluginType } from './components/Plugins.js';
export { EmblaCarouselType } from './components/EmblaCarousel.js';
export { default } from './components/EmblaCarousel.js';
export { CreatePluginType, EmblaPluginsType } from './components/Plugins.js';
export { CreateOptionsType } from './components/Options.js';
export { OptionsHandlerType } from './components/OptionsHandler.js';
export { EmblaEventListType } from './components/EventHandler.js';
export { EngineType } from './components/Engine.js';
export { ScrollBodyType } from './components/ScrollBody.js';