share-menu
Version:
A complete and simple to use share menu.
4 lines (3 loc) • 376 B
TypeScript
export declare const updateStringAttribute: (el: Element, qualifiedName: string, value: string | null | undefined) => void;
export declare const updateArrayAttribute: (el: Element, qualifiedName: string, values: string[] | null | undefined) => void;
export declare const updateBooleanAttribute: (el: Element, qualifiedName: string, value: boolean | null | undefined) => void;