UNPKG

abowire

Version:

This is the official **Abowire Javascript SDK**, which makes it easy to connect to the Abowire **GraphQL API** and includes all the required dependencies you need.

3 lines (2 loc) 161 B
export declare function getOrCreateElement(selector: string): Element | null; export declare function getCustomStyles(element: HTMLElement, prefix: string): {};