8 lines
370 B
TypeScript
8 lines
370 B
TypeScript
/// <reference types="react" />
|
|
import { EntityDict } from '../../../oak-app-domain';
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, false, {
|
|
type: "login" | "bind";
|
|
url: string;
|
|
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
export default _default;
|