flowbite-qwik
Version:
Official Qwik components built for Flowbite and Tailwind CSS
16 lines (15 loc) • 627 B
TypeScript
export declare const Carousel: import("@builder.io/qwik").FunctionComponent<{
align?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLDivElement> & {
noIndicators?: boolean;
noControls?: boolean;
slideAuto?: boolean;
slideInterval?: number;
scrollable?: boolean;
pauseOnHover?: boolean;
onSlideChanged$?: () => void;
}> & {
Slide: import("@builder.io/qwik").Component<{
align?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLDivElement>>;
};