UNPKG

@egjs/flicking

Version:

Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

7 lines (6 loc) 273 B
import Renderer, { RendererOptions } from "./Renderer"; import VanillaRenderer from "./VanillaRenderer"; import ExternalRenderer from "./ExternalRenderer"; export * from "./strategy"; export { Renderer, VanillaRenderer, ExternalRenderer }; export type { RendererOptions };