UNPKG

@keen.io/ui-core

Version:

Keen visual components library

14 lines (13 loc) 270 B
export declare const googleOAuth: { label: string; url: string; clientId: string; redirectUri: string; scope: string; }; export declare const gitHubOAuth: { label: string; url: string; scope: string; clientId: string; };