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

Interface CarouselEmits

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

Source from the content-addressed store, hash-verified

16}
17
18export interface CarouselEmits {
19 (e: "init-api", payload: UnwrapRefCarouselApi): void;
20}
21
22export interface WithClassAsProps {
23 class?: HTMLAttributes["class"];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected