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 Atlas UI Components
servicetitan/ti-assist-fe
@servicetitan/assist-ui
/
lib
/
components
/
screens
/
system-error.d.ts
10 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
FC
}
from
'react'
;
export
interface
SystemErrorProps
{
text
?:
string
;
title
?:
string
;
description
?:
string
;
icon
?:
any
;
iconColor
?:
string
; }
export
declare
const
SystemError
:
FC
<
SystemErrorProps
>;
//# sourceMappingURL=system-error.d.ts.map