UNPKG

stackpress

Version:

Incept is a content management framework.

9 lines (8 loc) 628 B
import type { ServerPageProps } from '../../view/types.js'; import type { ApiOauthFormProps, ApiConfigProps } from '../types.js'; export declare function ApiOauthForm(props: ApiOauthFormProps): import("react/jsx-runtime").JSX.Element; export declare function OAuthBody(): import("react/jsx-runtime").JSX.Element; export declare function ApiOauthHead(props: ServerPageProps<ApiConfigProps>): import("react/jsx-runtime").JSX.Element; export declare function ApiOauthPage(props: ServerPageProps<ApiConfigProps>): import("react/jsx-runtime").JSX.Element; export declare const Head: typeof ApiOauthHead; export default ApiOauthPage;