UNPKG
nocobase-plugin-casdoor
Version:
latest (0.1.5)
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
Integrated Casdoor authentication system
nocobase-plugin-casdoor
/
dist
/
client
/
auth
/
CasdoorAuthComponent.d.ts
7 lines
(6 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
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
;