UNPKG
@theaimegroup/aime-component-library
Version:
latest (1.7.51)
1.7.51
1.7.47
1.7.45
1.7.44
1.7.43
1.7.42
1.7.41
1.7.40
1.7.39
1.7.38
1.7.37
1.7.36
1.7.35
1.7.34
1.7.33
1.7.32
1.7.31
1.7.30
1.7.29
1.7.28
1.7.27
1.7.26
1.7.25
1.7.23
1.7.22
1.7.21
1.7.20
1.7.19
1.7.18
1.7.16
1.7.15
1.7.14
1.7.13
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.9
1.6.8
1.6.7
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.2
1.4.1
1.4.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
AIME Component Library
@theaimegroup/aime-component-library
/
lib
/
components
/
Custom
/
LoginScreenComponent.d.ts
10 lines
(9 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
interface
loginScreenProps {
bg
?:
string
;
logo
?:
string
;
title
?:
string
;
redirectPath
?:
string
;
loginButtonColor
?:
string
; }
declare
const
LoginScreenComponent
:
(
props
: loginScreenProps
) =>
JSX
.
Element
;
export
default
LoginScreenComponent
;