UNPKG

@cbpds/web-components

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