UNPKG

estaminet

Version:

A set of WebComponents building on top of Statemint family of Polkadot parachains

4 lines (3 loc) 279 B
export declare function getAttributeAsNumber(el: Element, attributeName: string): number | null; export declare function setAttribute(el: Element, attributeName: string, attributeValue: Object | null): null; export declare function clearShadowRoot(shadowRoot: ShadowRoot): void;