UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

9 lines (7 loc) 241 B
import { default as React } from 'react'; interface SSOPendingProps { logo: React.ReactNode; cancelSSO: () => void; } export declare const SSOPendingComponent: ({ logo, cancelSSO }: SSOPendingProps) => React.JSX.Element; export {};