UNPKG

onairos

Version:

The Onairos Library is a collection of functions that enable Applications to connect and communicate data with Onairos Identities via User Authorization. Integration for developers is designed to be seamless, simple and effective for all applications

16 lines (12 loc) 292 B
import React from 'react'; import { OnairosButton } from './onairosButton.jsx'; // Configuration object for the Telegram SDK export function Onairos(props) { return ( <> {/* <DeepLink/> */} <OnairosButton {...props} /> </> ); } export default Onairos;