UNPKG

nocobase-plugin-casdoor

Version:

Integrated Casdoor authentication system

7 lines (6 loc) 279 B
import React from 'react'; import type { Authenticator } from '@nocobase/plugin-auth/client'; export declare const CasdoorAuthButton: (props: { authenticator: Authenticator; }) => React.JSX.Element; export declare const CasdoorAuthAdminSettingsForm: () => React.JSX.Element;