UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Atlas UI Components

10 lines 269 B
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