UNPKG

@charmr/oauth-button-web

Version:

A lightweight, framework-agnostic OAuth login button as a custom Web Component. Easily drop it into any HTML, React, Angular, or Vue project.

2 lines (1 loc) 117 B
export declare function extractPropsFromAttributes<T extends string>(el: HTMLElement, keys: T[]): Record<T, string>;