UNPKG

@cbpds/web-components

Version:
12 lines (10 loc) 340 B
import type { Components, JSX } from "../types/components"; interface CbpCarousel extends Components.CbpCarousel, HTMLElement {} export const CbpCarousel: { prototype: CbpCarousel; new (): CbpCarousel; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;