UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

4 lines (3 loc) 203 B
export declare const existsIn: (...a: readonly any[]) => any; export declare function elementExists(tagName: string, registry?: CustomElementRegistry): boolean; export declare const existsInWindow: any;