UNPKG

@altanlabs/auth

Version:

React authentication library built on top of @altanlabs/database

10 lines 391 B
import React from "react"; export interface AuthenticatedIframeProps extends React.IframeHTMLAttributes<HTMLIFrameElement> { src: string; refreshUrl?: string; targetOrigin?: string; onRefreshError?: (error: any) => void; } declare const _default: React.NamedExoticComponent<AuthenticatedIframeProps>; export default _default; //# sourceMappingURL=AuthenticatedIframe.d.ts.map