UNPKG
@servicetitan/assist-ui
Version:
canary (2.1.0-canary.140.c45cf84.0)
latest (2.1.0)
2.1.0
2.1.0-canary.140.c45cf84.0
2.0.0
1.6.1-canary.d2e1fe0.0
1.6.1-canary.4a928d5.0
1.6.0
1.5.0
1.4.1-canary.77.a1ed48c.0
1.4.1-canary.76.8985316.0
1.4.0
1.3.0
1.2.1-canary.f1fd3bb.0
1.2.0
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.2
1.0.2-canary.eb2aafa.0
1.0.1
ServiceTitan Assist UI Components
servicetitan/ti-assist-fe
@servicetitan/assist-ui
/
lib
/
components
/
messages
/
error-message.d.ts
9 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FC
}
from
'react'
;
export
interface
ErrorMessageProps
{
error
:
string
|
boolean
;
message
?:
string
;
onRetry
?:
() =>
void
;
className
?:
string
; }
export
declare
const
ErrorMessage
:
FC
<
ErrorMessageProps
>;
//# sourceMappingURL=error-message.d.ts.map