UNPKG

@arcana/auth

Version:

Arcana Auth

7 lines (6 loc) 197 B
import { JSX } from 'preact'; declare const Overlay: (props: { children: preact.ComponentChildren; closeFunc?: ((error?: Error) => void) | undefined; }) => JSX.Element; export { Overlay };