MCPcopy Create free account
hub / github.com/better-auth/examples / CarouselProps

Interface CarouselProps

nuxt-example/components/ui/carousel/interface.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10export type UnwrapRefCarouselApi = UnwrapRef<CarouselApi>;
11
12export interface CarouselProps {
13 opts?: CarouselOptions;
14 plugins?: CarouselPlugin;
15 orientation?: "horizontal" | "vertical";
16}
17
18export interface CarouselEmits {
19 (e: "init-api", payload: UnwrapRefCarouselApi): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected